Title: [9128] trunk/arch/blackfin/mach-common/entry.S: [#6244] blackfin: mark new system calls with _sys_ni_syscall
Revision
9128
Author
vapier
Date
2010-09-07 11:57:15 -0400 (Tue, 07 Sep 2010)

Log Message

[#6244] blackfin: mark new system calls with _sys_ni_syscall

these don't actually exist in this older version of the linux kernel,
so make sure we just carve out the system call space for them

Modified Paths

Diff

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


--- trunk/arch/blackfin/mach-common/entry.S	2010-09-07 10:08:36 UTC (rev 9127)
+++ trunk/arch/blackfin/mach-common/entry.S	2010-09-07 15:57:15 UTC (rev 9128)
@@ -1734,9 +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_ni_syscall	/*_sys_fanotify_init*/
+	.long _sys_ni_syscall	/*_sys_fanotify_mark*/
+	.long _sys_ni_syscall	/*_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