diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-18 00:51:57 -0400 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-18 00:51:57 -0400 |
commit | b09a4913b15d2544f8918f05b9937cb4e99a2319 (patch) | |
tree | ed8e4764e6358f18e5641f6fba5815ea88ac1f5e /arch/ppc64/kernel/ptrace32.c | |
parent | 81e7009ea46c951860b8716ee427ff4f54dd26fc (diff) |
powerpc: change sys32_ to compat_sys_
This allows us to get rid of one type of entry in systbl.S.
In passing we remove the duplicate compat_sys_getdents and
compat_sys_utimes for which there are generic versions.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/ppc64/kernel/ptrace32.c')
-rw-r--r-- | arch/ppc64/kernel/ptrace32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/ptrace32.c b/arch/ppc64/kernel/ptrace32.c index fb8c22d6084a..2e1df3ddd9fb 100644 --- a/arch/ppc64/kernel/ptrace32.c +++ b/arch/ppc64/kernel/ptrace32.c | |||
@@ -40,7 +40,7 @@ | |||
40 | * in exit.c or in signal.c. | 40 | * in exit.c or in signal.c. |
41 | */ | 41 | */ |
42 | 42 | ||
43 | int sys32_ptrace(long request, long pid, unsigned long addr, unsigned long data) | 43 | int compat_sys_ptrace(long request, long pid, unsigned long addr, unsigned long data) |
44 | { | 44 | { |
45 | struct task_struct *child; | 45 | struct task_struct *child; |
46 | int ret = -EPERM; | 46 | int ret = -EPERM; |