diff options
author | Michal Simek | 2010-08-16 10:52:20 +0200 |
---|---|---|
committer | Michal Simek | 2010-10-21 07:51:38 +0200 |
commit | 4d24d7f7aeca897bada4936a2bd10c33c4f23308 (patch) | |
tree | 6397417a3dc33639a49aeeed03da547f9aa188ba /arch/microblaze/include/asm | |
parent | microblaze: use asm-generic/pci-dma-compat.h (diff) | |
download | kernel-qcow2-linux-4d24d7f7aeca897bada4936a2bd10c33c4f23308.tar.gz kernel-qcow2-linux-4d24d7f7aeca897bada4936a2bd10c33c4f23308.tar.xz kernel-qcow2-linux-4d24d7f7aeca897bada4936a2bd10c33c4f23308.zip |
microblaze: wire up prlimit64 and fanotify* syscalls
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/include/asm')
-rw-r--r-- | arch/microblaze/include/asm/unistd.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/unistd.h b/arch/microblaze/include/asm/unistd.h index 2b67e92a773c..d770b00ec6b1 100644 --- a/arch/microblaze/include/asm/unistd.h +++ b/arch/microblaze/include/asm/unistd.h @@ -383,8 +383,11 @@ #define __NR_rt_tgsigqueueinfo 365 /* new */ #define __NR_perf_event_open 366 /* new */ #define __NR_recvmmsg 367 /* new */ +#define __NR_fanotify_init 368 +#define __NR_fanotify_mark 369 +#define __NR_prlimit64 370 -#define __NR_syscalls 368 +#define __NR_syscalls 371 #ifdef __KERNEL__ #ifndef __ASSEMBLY__ |