]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
microblaze: wire up prlimit64 and fanotify* syscalls
authorMichal Simek <monstr@monstr.eu>
Mon, 16 Aug 2010 08:52:20 +0000 (10:52 +0200)
committerMichal Simek <monstr@monstr.eu>
Thu, 21 Oct 2010 05:51:38 +0000 (15:51 +1000)
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/include/asm/unistd.h
arch/microblaze/kernel/syscall_table.S

index 2b67e92a773c25ae4864fa2d30310d4647da3c13..d770b00ec6b1d6137699298cc36580912995b63a 100644 (file)
 #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__
index 03376dc814c9b406d16f12346d135e08039b2e90..e88a930fd1e393cad4847035918098072adb1d36 100644 (file)
@@ -372,3 +372,6 @@ ENTRY(sys_call_table)
        .long sys_rt_tgsigqueueinfo     /* 365 */
        .long sys_perf_event_open
        .long sys_recvmmsg
+       .long sys_fanotify_init
+       .long sys_fanotify_mark
+       .long sys_prlimit64     /* 370 */