Re: [PATCH] cachestat: wire up cachestat for other architectures
Heiko Carstens <[email protected]>
| Newsgroups | gmane.linux.ports.m68k,gmane.linux.kernel.mm,gmane.linux.kernel.api,gmane.linux.kernel.cross-arch,gmane.linux.ports.alpha,gmane.linux.kernel,gmane.linux.ports.arm.kernel,gmane.linux.ports.ia64,gmane.linux.ports.mips,gmane.linux.ports.parisc,gmane.linux.ports.ppc64.devel,gmane.linux.ports.sh.devel,gmane.linux.ports.sparc |
|---|---|
| Message-ID | <ZFyf195PuoBmaV2N@osiris> |
On Wed, May 10, 2023 at 12:58:06PM -0700, 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]> > --- ... > arch/s390/kernel/syscalls/syscall.tbl | 1 + Acked-by: Heiko Carstens <[email protected]> (s390)