]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/traps_32.c
Merge branch 'linus' into x86/nmi
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / traps_32.c
index f31e6651fa6fe01082417bfe8cd2f59a6958fce4..cf37d20b1ba747d47989923d62baeedf1e7c9b84 100644 (file)
@@ -544,6 +544,7 @@ vm86_trap:
 #define DO_ERROR(trapnr, signr, str, name)                             \
 void do_##name(struct pt_regs *regs, long error_code)                  \
 {                                                                      \
+       trace_hardirqs_fixup();                                         \
        if (notify_die(DIE_TRAP, str, regs, error_code, trapnr, signr)  \
                                                == NOTIFY_STOP)         \
                return;                                                 \