Title: [9233] trunk: bfin: glue in new syscalls to make 2.6.36 merging easier
Revision
9233
Author
vapier
Date
2010-10-17 05:20:25 -0400 (Sun, 17 Oct 2010)

Log Message

bfin: glue in new syscalls to make 2.6.36 merging easier

Modified Paths


Diff

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


--- trunk/arch/blackfin/mach-common/entry.S	2010-10-17 09:19:44 UTC (rev 9232)
+++ trunk/arch/blackfin/mach-common/entry.S	2010-10-17 09:20:25 UTC (rev 9233)
@@ -1734,9 +1734,9 @@
 	.long _sys_rt_tgsigqueueinfo
 	.long _sys_perf_event_open
 	.long _sys_recvmmsg		/* 370 */
-	.long _sys_ni_syscall	/*_sys_fanotify_init*/
-	.long _sys_ni_syscall	/*_sys_fanotify_mark*/
-	.long _sys_ni_syscall	/*_sys_prlimit64*/
+	.long _sys_fanotify_init
+	.long _sys_fanotify_mark
+	.long _sys_prlimit64
 	.long _sys_cacheflush
 
 	.rept NR_syscalls-(.-_sys_call_table)/4

Modified: trunk/kernel/sys_ni.c (9232 => 9233)


--- trunk/kernel/sys_ni.c	2010-10-17 09:19:44 UTC (rev 9232)
+++ trunk/kernel/sys_ni.c	2010-10-17 09:20:25 UTC (rev 9233)
@@ -181,3 +181,8 @@
 
 /* performance counters: */
 cond_syscall(sys_perf_event_open);
+
+/* 2.6.35 -> 2.6.36 glue */
+cond_syscall(sys_fanotify_init);
+cond_syscall(sys_fanotify_mark);
+cond_syscall(sys_prlimit64);
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to