aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc
diff options
context:
space:
mode:
authorPatrick Mansfield <patmans@us.ibm.com>2007-11-04 04:42:03 +1100
committerPaul Mackerras <paulus@samba.org>2007-11-08 14:15:32 +1100
commitf2205fbb5a8933514fd343cc329df631802b4543 (patch)
tree6d3a07146de64900ef44d4e443c50eb30139f23d /include/asm-powerpc
parentb37ceefe7cfc56f27f03269206a53faedb8be9fd (diff)
downloadkernel_samsung_smdk4412-f2205fbb5a8933514fd343cc329df631802b4543.zip
kernel_samsung_smdk4412-f2205fbb5a8933514fd343cc329df631802b4543.tar.gz
kernel_samsung_smdk4412-f2205fbb5a8933514fd343cc329df631802b4543.tar.bz2
[POWERPC] Change fallocate to match unistd.h on powerpc
Fix the fallocate system call on powerpc to match its unistd.h. This implies none of these system calls are currently working with the unistd.h sys call values: fallocate signalfd timerfd eventfd sync_file_range2 Signed-off-by: Patrick Mansfield <patmans@us.ibm.com> Acked-by: Anton Blanchard <anton@samba.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r--include/asm-powerpc/systbl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/systbl.h b/include/asm-powerpc/systbl.h
index cc6d872..11d5383 100644
--- a/include/asm-powerpc/systbl.h
+++ b/include/asm-powerpc/systbl.h
@@ -308,8 +308,8 @@ COMPAT_SYS_SPU(move_pages)
SYSCALL_SPU(getcpu)
COMPAT_SYS(epoll_pwait)
COMPAT_SYS_SPU(utimensat)
-COMPAT_SYS(fallocate)
COMPAT_SYS_SPU(signalfd)
COMPAT_SYS_SPU(timerfd)
SYSCALL_SPU(eventfd)
COMPAT_SYS_SPU(sync_file_range2)
+COMPAT_SYS(fallocate)