patch-2.4.0-test1 linux/arch/i386/kernel/entry.S
Next file: linux/arch/i386/kernel/i8259.c
Previous file: linux/arch/i386/kernel/cpuid.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Wed May 24 14:23:29 2000
- Orig file:
v2.3.99-pre9/linux/arch/i386/kernel/entry.S
- Orig date:
Wed Apr 26 16:34:06 2000
diff -u --recursive --new-file v2.3.99-pre9/linux/arch/i386/kernel/entry.S linux/arch/i386/kernel/entry.S
@@ -413,6 +413,11 @@
pushl $ SYMBOL_NAME(do_spurious_interrupt_bug)
jmp error_code
+ENTRY(xmm_fault)
+ pushl $0
+ pushl $ SYMBOL_NAME(do_xmm_fault)
+ jmp error_code
+
.data
ENTRY(sys_call_table)
.long SYMBOL_NAME(sys_ni_syscall) /* 0 - old "setup()" system call*/
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)