diff options
author | Paul Mackerras <paulus@samba.org> | 2006-02-10 16:02:20 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-02-10 16:02:20 +1100 |
commit | 8568daa49063fd84b52b9e22b4e2422417b4d483 (patch) | |
tree | 963b417d4ad86ca161636a8f788ccf4ab77effde /arch/powerpc/kernel/systbl.S | |
parent | 5bc159e6cb7ca8d173195919ee935885c129011e (diff) | |
download | blackbird-op-linux-8568daa49063fd84b52b9e22b4e2422417b4d483.tar.gz blackbird-op-linux-8568daa49063fd84b52b9e22b4e2422417b4d483.zip |
ppc: Use the system call table from arch/powerpc/kernel/systbl.S
With this, new system calls only have to be wired up in one place
for ARCH=ppc and ARCH=powerpc, rather than 2.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/systbl.S')
-rw-r--r-- | arch/powerpc/kernel/systbl.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/systbl.S b/arch/powerpc/kernel/systbl.S index 007b15ee36d2..55b9fc10694e 100644 --- a/arch/powerpc/kernel/systbl.S +++ b/arch/powerpc/kernel/systbl.S @@ -36,8 +36,6 @@ #ifdef CONFIG_PPC64 #define sys_sigpending sys_ni_syscall #define sys_old_getrlimit sys_ni_syscall -#else -#define ppc_rtas sys_ni_syscall #endif _GLOBAL(sys_call_table) |