| Kernel v2.4.13-pre4 /arch/i386/kernel/entry.S |
|---|
 2.4.13-pre4
 arch
 i386
 kernel
 entry.S
diff -u --recursive --new-file v2.4.12/linux/arch/i386/kernel/entry.S linux/arch/i386/kernel/entry.S
--- v2.4.12/linux/arch/i386/kernel/entry.S Tue Oct 9 17:06:51 2001
+++ linux/arch/i386/kernel/entry.S Wed Oct 17 10:02:39 2001
@@ -621,6 +621,7 @@
.long SYMBOL_NAME(sys_ni_syscall) /* reserved for TUX */
.long SYMBOL_NAME(sys_ni_syscall) /* Reserved for Security */
.long SYMBOL_NAME(sys_gettid)
+ .long SYMBOL_NAME(sys_readahead) /* 225 */
.rept NR_syscalls-(.-sys_call_table)/4
.long SYMBOL_NAME(sys_ni_syscall)
|