• Andi Kleen's avatar
    [PATCH] Fix machine check handler on x86-64 · 57bfa2c5
    Andi Kleen authored
    This fixes a bug in the new machine check handler on x86-64.
    
    One nasty part was that when you got an MCE during boot up
    then it would not always print it on the screen, but still
    panic because it attempted to kill the idle task.
    
    This patch does:
     - Always use KERN_EMERG when printing MCEs
     - Always panic and print on screen before killing idle loop
       or init.
    57bfa2c5
mce.c 11.4 KB