patch-2.4.0-test9 linux/arch/i386/kernel/entry.S
Next file: linux/arch/i386/kernel/io_apic.c
Previous file: linux/arch/i386/kernel/bluesmoke.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Mon Oct 2 11:29:30 2000
- Orig file:
v2.4.0-test8/linux/arch/i386/kernel/entry.S
- Orig date:
Fri Aug 11 14:38:31 2000
diff -u --recursive --new-file v2.4.0-test8/linux/arch/i386/kernel/entry.S linux/arch/i386/kernel/entry.S
@@ -414,6 +414,11 @@
pushl $ SYMBOL_NAME(do_page_fault)
jmp error_code
+ENTRY(machine_check)
+ pushl $0
+ pushl $ SYMBOL_NAME(mcheck_fault)
+ jmp error_code
+
ENTRY(spurious_interrupt_bug)
pushl $0
pushl $ SYMBOL_NAME(do_spurious_interrupt_bug)
@@ -643,6 +648,7 @@
.long SYMBOL_NAME(sys_madvise)
.long SYMBOL_NAME(sys_getdents64) /* 220 */
.long SYMBOL_NAME(sys_fcntl64)
+ .long SYMBOL_NAME(sys_ni_syscall) /* reserved for TUX */
/*
* NOTE!! This doesn't have to be exact - we just have
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)