Skip to content
  • Andi Kleen's avatar
    [PATCH] Fix up panic messages for different NMI panics · fac58550
    Andi Kleen authored
    
    
    When a unknown NMI happened the panic would claim a NMI watchdog timeout.
    Also it would check the variable set by nmi_watchdog=panic and panic then.
    
    Fix up the panic message to be generic
    Unconditionally panic on unknown NMI when panic on unknown nmi is enabled.
    
    Noticed by Jan Beulich
    
    Cc: jbeulich@novell.com
    
    Signed-off-by: default avatarAndi Kleen <ak@suse.de>
    fac58550