patch-2.4.0-test1 linux/arch/i386/kernel/i8259.c
Next file: linux/arch/i386/kernel/msr.c
Previous file: linux/arch/i386/kernel/entry.S
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Wed May 24 18:38:26 2000
- Orig file:
v2.3.99-pre9/linux/arch/i386/kernel/i8259.c
- Orig date:
Tue May 23 15:31:33 2000
diff -u --recursive --new-file v2.3.99-pre9/linux/arch/i386/kernel/i8259.c linux/arch/i386/kernel/i8259.c
@@ -390,10 +390,11 @@
static void math_error_irq(int cpl, void *dev_id, struct pt_regs *regs)
{
+ extern void math_error(void *);
outb(0,0xF0);
if (ignore_irq13 || !boot_cpu_data.hard_math)
return;
- math_error();
+ math_error((void *)regs->eip);
}
static struct irqaction irq13 = { math_error_irq, 0, 0, "fpu", NULL, NULL };
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)