x86: rename the struct pt_regs members for 32/64-bit consistency
[deliverable/linux.git] / arch / x86 / kernel / i8259_32.c
index 3321ce669295963be5b8f6de6499fbc2c0c74e04..f201e7da1bbcea4a479ec2c98ae9357f4a44abae 100644 (file)
@@ -339,7 +339,7 @@ static irqreturn_t math_error_irq(int cpl, void *dev_id)
        outb(0,0xF0);
        if (ignore_fpu_irq || !boot_cpu_data.hard_math)
                return IRQ_NONE;
-       math_error((void __user *)get_irq_regs()->eip);
+       math_error((void __user *)get_irq_regs()->ip);
        return IRQ_HANDLED;
 }
 
This page took 0.05224 seconds and 5 git commands to generate.