Title: [9125] trunk/arch/blackfin: blackfin: add new syscalls from mainline so cacheflush doesnt get the wrong NR
Revision
9125
Author
vapier
Date
2010-09-06 10:46:58 -0400 (Mon, 06 Sep 2010)

Log Message

blackfin: add new syscalls from mainline so cacheflush doesnt get the wrong NR

Modified Paths

Diff

Modified: trunk/arch/blackfin/include/asm/unistd.h (9124 => 9125)


--- trunk/arch/blackfin/include/asm/unistd.h	2010-09-06 10:16:04 UTC (rev 9124)
+++ trunk/arch/blackfin/include/asm/unistd.h	2010-09-06 14:46:58 UTC (rev 9125)
@@ -389,9 +389,12 @@
 #define __NR_rt_tgsigqueueinfo	368
 #define __NR_perf_event_open	369
 #define __NR_recvmmsg		370
-#define __NR_cacheflush		371
+#define __NR_fanotify_init	371
+#define __NR_fanotify_mark	372
+#define __NR_prlimit64		373
+#define __NR_cacheflush		374
 
-#define __NR_syscall		372
+#define __NR_syscall		375
 #define NR_syscalls		__NR_syscall
 
 /* Old optional stuff no one actually uses */

Modified: trunk/arch/blackfin/mach-common/entry.S (9124 => 9125)


--- trunk/arch/blackfin/mach-common/entry.S	2010-09-06 10:16:04 UTC (rev 9124)
+++ trunk/arch/blackfin/mach-common/entry.S	2010-09-06 14:46:58 UTC (rev 9125)
@@ -1734,6 +1734,9 @@
 	.long _sys_rt_tgsigqueueinfo
 	.long _sys_perf_event_open
 	.long _sys_recvmmsg		/* 370 */
+	.long _sys_fanotify_init
+	.long _sys_fanotify_mark
+	.long _sys_prlimit64
 	.long _sys_cacheflush
 
 	.rept NR_syscalls-(.-_sys_call_table)/4
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to