diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2018-05-02 23:20:48 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-05-10 23:25:14 +1000 |
commit | 4c392e6591e3257ebd08210e1ac0a175eefd0168 (patch) | |
tree | 8102bd7afd73c883a4b9c2bebb25621f5664b87c /arch/powerpc/kernel/systbl.S | |
parent | f3675644e172301e88354dc7bfca96c124301145 (diff) | |
download | linux-4c392e6591e3257ebd08210e1ac0a175eefd0168.tar.gz linux-4c392e6591e3257ebd08210e1ac0a175eefd0168.tar.bz2 linux-4c392e6591e3257ebd08210e1ac0a175eefd0168.zip |
powerpc/syscalls: switch rtas(2) to SYSCALL_DEFINE
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
[mpe: Update sys_ni.c for s/ppc_rtas/sys_rtas/]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kernel/systbl.S')
-rw-r--r-- | arch/powerpc/kernel/systbl.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/systbl.S b/arch/powerpc/kernel/systbl.S index 7ccb7f81f8db..c7d5216d91d7 100644 --- a/arch/powerpc/kernel/systbl.S +++ b/arch/powerpc/kernel/systbl.S @@ -35,7 +35,6 @@ #endif #define SYSCALL_SPU(func) SYSCALL(func) #define COMPAT_SYS_SPU(func) COMPAT_SYS(func) -#define PPC_SYS_SPU(func) PPC_SYS(func) #define SYSX_SPU(f, f3264, f32) SYSX(f, f3264, f32) .section .rodata,"a" |