aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/systbl.S
diff options
context:
space:
mode:
authorFiroz Khan <firoz.khan@linaro.org>2018-12-17 16:10:33 +0530
committerMichael Ellerman <mpe@ellerman.id.au>2018-12-21 14:46:50 +1100
commita11b763d617070a88267e2102e975b2cfc99b5a7 (patch)
treeeeef30369274c809dd65ea5bf408fbda197937fe /arch/powerpc/kernel/systbl.S
parentpowerpc: add __NR_syscalls along with NR_syscalls (diff)
downloadlinux-dev-a11b763d617070a88267e2102e975b2cfc99b5a7.tar.xz
linux-dev-a11b763d617070a88267e2102e975b2cfc99b5a7.zip
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: Firoz Khan <firoz.khan@linaro.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kernel/systbl.S')
-rw-r--r--arch/powerpc/kernel/systbl.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/systbl.S b/arch/powerpc/kernel/systbl.S
index 919a32746ede..9ff1913e9188 100644
--- a/arch/powerpc/kernel/systbl.S
+++ b/arch/powerpc/kernel/systbl.S
@@ -47,4 +47,5 @@
.globl sys_call_table
sys_call_table:
+#define compat_sys_sigsuspend sys_sigsuspend
#include <asm/systbl.h>