summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/unistd.h
diff options
context:
space:
mode:
authorAndreas Schwab2010-08-19 07:15:37 +0200
committerBenjamin Herrenschmidt2010-08-24 07:28:28 +0200
commitbcc30d37582b3822ae24712e894379ccd8298e8f (patch)
tree42399b3d8cea2cccc310f6c1b6db8ba727d4ae6a /arch/powerpc/include/asm/unistd.h
parentpowerpc/pci: Fix checking for child bridges in PCI code. (diff)
downloadkernel-qcow2-linux-bcc30d37582b3822ae24712e894379ccd8298e8f.tar.gz
kernel-qcow2-linux-bcc30d37582b3822ae24712e894379ccd8298e8f.tar.xz
kernel-qcow2-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/unistd.h')
-rw-r--r--arch/powerpc/include/asm/unistd.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/unistd.h b/arch/powerpc/include/asm/unistd.h
index f0a10266e7f7..597e6f9d094a 100644
--- a/arch/powerpc/include/asm/unistd.h
+++ b/arch/powerpc/include/asm/unistd.h
@@ -345,10 +345,13 @@
#define __NR_preadv 320
#define __NR_pwritev 321
#define __NR_rt_tgsigqueueinfo 322
+#define __NR_fanotify_init 323
+#define __NR_fanotify_mark 324
+#define __NR_prlimit64 325
#ifdef __KERNEL__
-#define __NR_syscalls 323
+#define __NR_syscalls 326
#define __NR__exit __NR_exit
#define NR_syscalls __NR_syscalls