patch-2.3.99-pre1 linux/arch/i386/kernel/entry.S
Next file: linux/arch/i386/kernel/head.S
Previous file: linux/arch/i386/kernel/acpi.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Tue Mar 14 17:45:20 2000
- Orig file:
v2.3.51/linux/arch/i386/kernel/entry.S
- Orig date:
Sat Feb 26 22:31:38 2000
diff -u --recursive --new-file v2.3.51/linux/arch/i386/kernel/entry.S linux/arch/i386/kernel/entry.S
@@ -638,6 +638,8 @@
.long SYMBOL_NAME(sys_setfsuid) /* 215 */
.long SYMBOL_NAME(sys_setfsgid)
.long SYMBOL_NAME(sys_pivot_root)
+ .long SYMBOL_NAME(sys_mincore)
+ .long SYMBOL_NAME(sys_madvise)
/*
@@ -646,6 +648,6 @@
* entries. Don't panic if you notice that this hasn't
* been shrunk every time we add a new system call.
*/
- .rept NR_syscalls-217
+ .rept NR_syscalls-219
.long SYMBOL_NAME(sys_ni_syscall)
.endr
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)