diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2010-08-19 07:15:37 +0200 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2010-08-24 07:28:28 +0200 |
commit | bcc30d37582b3822ae24712e894379ccd8298e8f (patch) | |
tree | 42399b3d8cea2cccc310f6c1b6db8ba727d4ae6a /arch/powerpc/include/asm/systbl.h | |
parent | powerpc/pci: Fix checking for child bridges in PCI code. (diff) | |
download | linux-bcc30d37582b3822ae24712e894379ccd8298e8f.tar.xz linux-bcc30d37582b3822ae24712e894379ccd8298e8f.zip |
powerpc: Wire up fanotify_init, fanotify_mark, prlimit64 syscalls
Signed-off-by: Andreas Schwab <schwab@linux-m68k.org>
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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/systbl.h b/arch/powerpc/include/asm/systbl.h index a5ee345b6a5c..3d212669a130 100644 --- a/arch/powerpc/include/asm/systbl.h +++ b/arch/powerpc/include/asm/systbl.h @@ -326,3 +326,6 @@ SYSCALL_SPU(perf_event_open) COMPAT_SYS_SPU(preadv) COMPAT_SYS_SPU(pwritev) COMPAT_SYS(rt_tgsigqueueinfo) +SYSCALL(fanotify_init) +COMPAT_SYS(fanotify_mark) +SYSCALL_SPU(prlimit64) |