aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/systbl.S
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2006-01-10 10:36:14 +1100
committerPaul Mackerras <paulus@samba.org>2006-01-10 16:25:30 +1100
commitf8cd32167d96680af19c3ef5fb01d4460be89982 (patch)
tree7eedfa5d357391a55a66c6bd301959471891b9a2 /arch/powerpc/kernel/systbl.S
parentpowerpc: Introduce a new config symbol to control 16550 early debug code (diff)
downloadlinux-dev-f8cd32167d96680af19c3ef5fb01d4460be89982.tar.xz
linux-dev-f8cd32167d96680af19c3ef5fb01d4460be89982.zip
[PATCH] powerpc: remove compat_sys_pciconfig_*
Matthew Wilcox wondered why we need these functions. We don't. Remove them and just use the "normal" versions. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/systbl.S')
-rw-r--r--arch/powerpc/kernel/systbl.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/kernel/systbl.S b/arch/powerpc/kernel/systbl.S
index 65463a1076e8..c3ae74b1bf2d 100644
--- a/arch/powerpc/kernel/systbl.S
+++ b/arch/powerpc/kernel/systbl.S
@@ -239,9 +239,9 @@ SYS32ONLY(ftruncate64)
SYSX(sys_ni_syscall,sys_stat64,sys_stat64)
SYSX(sys_ni_syscall,sys_lstat64,sys_lstat64)
SYSX(sys_ni_syscall,sys_fstat64,sys_fstat64)
-COMPAT_SYS(pciconfig_read)
-COMPAT_SYS(pciconfig_write)
-COMPAT_SYS(pciconfig_iobase)
+SYSCALL(pciconfig_read)
+SYSCALL(pciconfig_write)
+SYSCALL(pciconfig_iobase)
SYSCALL(ni_syscall)
SYSCALL(getdents64)
SYSCALL(pivot_root)