Re: [PATCH] cachestat: wire up cachestat for other architectures
"Arnd Bergmann" <[email protected]>
| Newsgroups | gmane.linux.ports.ppc.embedded,gmane.linux.ports.ia64,gmane.linux.ports.sh.devel,gmane.linux.ports.mips,gmane.linux.kernel.mm,gmane.linux.ports.sparc,gmane.linux.kernel.cross-arch,gmane.linux.ports.alpha,gmane.linux.ports.arm.kernel,gmane.linux.ports.parisc,gmane.linux.kernel.api,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, May 10, 2023, at 21:58, Nhat Pham wrote: > cachestat is previously only wired in for x86 (and architectures using > the generic unistd.h table): > > https://lore.kernel.org/lkml/[email protected]/ > > This patch wires cachestat in for all the other architectures. > > Signed-off-by: Nhat Pham <[email protected]> The changes you did here look good, but you missed one file that has never been converted to the syscall.tbl format: arch/arm64/include/asm/unistd32.h along with the __NR_compat_syscalls definition in arch/arm64/include/asm/unistd.h, please add those as well, and then Reviewed-by: Arnd Bergmann <[email protected]>