summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/systbl.S
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2006-02-10 05:02:20 (GMT)
committerPaul Mackerras <paulus@samba.org>2006-02-10 05:02:20 (GMT)
commit8568daa49063fd84b52b9e22b4e2422417b4d483 (patch)
tree963b417d4ad86ca161636a8f788ccf4ab77effde /arch/powerpc/kernel/systbl.S
parent5bc159e6cb7ca8d173195919ee935885c129011e (diff)
downloadlinux-8568daa49063fd84b52b9e22b4e2422417b4d483.tar.xz
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.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/systbl.S b/arch/powerpc/kernel/systbl.S
index 007b15e..55b9fc1 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)