Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / arch / x86 / kernel / irqinit.c
index 6d5fc8cfd5d6a1b90b4dbd5e63dd68c7a5c4b564..252981afd6c4063cabaf3ebb0145af1f620f8209 100644 (file)
@@ -60,7 +60,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(get_irq_regs(), 0, 16);
+       math_error(get_irq_regs(), 0, X86_TRAP_MF);
        return IRQ_HANDLED;
 }