Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a11b763d authored by Firoz Khan's avatar Firoz Khan Committed by Michael Ellerman
Browse files

powerpc: move macro definition from asm/systbl.h



Move the macro definition for compat_sys_sigsuspend from
asm/systbl.h to the file which it is getting included.

One of the patch in this patch series is generating uapi
header and syscall table files. In order to come up with
a common implimentation across all architecture, we need
to do this change.

This change will simplify the implementation of system
call table generation script and help to come up a common
implementation across all architecture.

Signed-off-by: default avatarFiroz Khan <firoz.khan@linaro.org>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 8a19eeea
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -76,7 +76,6 @@ SYSCALL_SPU(sgetmask)
SYSCALL_SPU(ssetmask)
SYSCALL_SPU(setreuid)
SYSCALL_SPU(setregid)
#define compat_sys_sigsuspend sys_sigsuspend
SYS32ONLY(sigsuspend)
SYSX(sys_ni_syscall,compat_sys_sigpending,sys_sigpending)
SYSCALL_SPU(sethostname)
+1 −0
Original line number Diff line number Diff line
@@ -47,4 +47,5 @@
.globl sys_call_table
sys_call_table:

#define compat_sys_sigsuspend	sys_sigsuspend
#include <asm/systbl.h>