Thread (7 messages) flat view 7 messages, 2 authors, 2018-11-19

Re: [PATCH v2 2/4] powerpc: move macro definition from asm/systbl.h

From: Arnd Bergmann <arnd@arndb.de>
Date: 2018-11-19 16:12:18
Also in: linux-arch, lkml

On Wed, Nov 14, 2018 at 11:04 AM Firoz Khan [off-list ref] wrote:
quoted hunk ↗ jump to hunk
diff --git a/arch/powerpc/include/asm/systbl.h b/arch/powerpc/include/asm/systbl.h
index 01b5171..c4321b9 100644
--- a/arch/powerpc/include/asm/systbl.h
+++ b/arch/powerpc/include/asm/systbl.h
@@ -76,7 +76,6 @@
 SYSCALL_SPU(ssetmask)
 SYSCALL_SPU(setreuid)
 SYSCALL_SPU(setregid)
-#define compat_sys_sigsuspend sys_sigsuspend
 SYS32ONLY(sigsuspend)
I think the macro here is just a workaround for the fact that SYS32ONLY()
always prepends the name with 'compat_' for the compat version, and there
is no other macro to do this. After the conversion, this can easily be
done using the regular table, as you need separate names for the
32-bit entries anyway.
quoted hunk ↗ jump to hunk
 SYSX(sys_ni_syscall,compat_sys_s
diff --git a/arch/powerpc/platforms/cell/spu_callbacks.c b/arch/powerpc/platforms/cell/spu_callbacks.c
index 8ae8620..7517a43 100644
--- a/arch/powerpc/platforms/cell/spu_callbacks.c
+++ b/arch/powerpc/platforms/cell/spu_callbacks.c
@@ -47,6 +47,7 @@
 #define COMPAT_SPU_NEW(func)   sys_##func,
 #define SYSX_SPU(f, f3264, f32)        f,

+#define compat_sys_sigsuspend  sys_sigsuspend
 #include <asm/systbl.h>
 };
The spu_callbacks.c and systbl_chk.c files don't need this macro,
but that doesn't matter once you drop this patch.

      Arnd
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help