diff options
Diffstat (limited to 'arch/x86_64/kernel')
-rw-r--r-- | arch/x86_64/kernel/traps.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86_64/kernel/traps.c b/arch/x86_64/kernel/traps.c index e37b4d77d5a8..70bfaab9822c 100644 --- a/arch/x86_64/kernel/traps.c +++ b/arch/x86_64/kernel/traps.c | |||
@@ -793,8 +793,7 @@ mem_parity_error(unsigned char reason, struct pt_regs * regs) | |||
793 | { | 793 | { |
794 | printk(KERN_EMERG "Uhhuh. NMI received for unknown reason %02x.\n", | 794 | printk(KERN_EMERG "Uhhuh. NMI received for unknown reason %02x.\n", |
795 | reason); | 795 | reason); |
796 | printk(KERN_EMERG "You probably have a hardware problem with your " | 796 | printk(KERN_EMERG "You have some hardware problem, likely on the PCI bus.\n"); |
797 | "RAM chips\n"); | ||
798 | 797 | ||
799 | if (panic_on_unrecovered_nmi) | 798 | if (panic_on_unrecovered_nmi) |
800 | panic("NMI: Not continuing"); | 799 | panic("NMI: Not continuing"); |