diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2011-03-23 19:40:47 +0100 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-03-30 01:44:11 +0200 |
commit | 834796a8493809ae6667b65c4c044066f41d32c7 (patch) | |
tree | 70c5f3ffd87087da31098f4b5cbef922cfe7ca35 /arch/powerpc/include/asm/systbl.h | |
parent | powerpc/booke: Correct the SPRN_MAS5 definition. (diff) | |
download | linux-834796a8493809ae6667b65c4c044066f41d32c7.tar.xz linux-834796a8493809ae6667b65c4c044066f41d32c7.zip |
powerpc: Wire up new syscalls
These syscalls have been added recently:
name_to_handle_at
open_by_handle_at
clock_adjtime
syncfs
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include/asm/systbl.h')
-rw-r--r-- | arch/powerpc/include/asm/systbl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/systbl.h b/arch/powerpc/include/asm/systbl.h index aa0f1ebb4aaf..60f64b132bd4 100644 --- a/arch/powerpc/include/asm/systbl.h +++ b/arch/powerpc/include/asm/systbl.h @@ -348,3 +348,7 @@ COMPAT_SYS_SPU(sendmsg) COMPAT_SYS_SPU(recvmsg) COMPAT_SYS_SPU(recvmmsg) SYSCALL_SPU(accept4) +SYSCALL_SPU(name_to_handle_at) +COMPAT_SYS_SPU(open_by_handle_at) +COMPAT_SYS_SPU(clock_adjtime) +SYSCALL_SPU(syncfs) |