diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kernel/cpu/perfctr-watchdog.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/perfctr-watchdog.c b/arch/x86/kernel/cpu/perfctr-watchdog.c index 19a359472ae1..b943e10ad814 100644 --- a/arch/x86/kernel/cpu/perfctr-watchdog.c +++ b/arch/x86/kernel/cpu/perfctr-watchdog.c | |||
@@ -667,8 +667,10 @@ int lapic_watchdog_init(unsigned nmi_hz) | |||
667 | { | 667 | { |
668 | if (!wd_ops) { | 668 | if (!wd_ops) { |
669 | probe_nmi_watchdog(); | 669 | probe_nmi_watchdog(); |
670 | if (!wd_ops) | 670 | if (!wd_ops) { |
671 | printk(KERN_INFO "NMI watchdog: CPU not supported\n"); | ||
671 | return -1; | 672 | return -1; |
673 | } | ||
672 | 674 | ||
673 | if (!wd_ops->reserve()) { | 675 | if (!wd_ops->reserve()) { |
674 | printk(KERN_ERR | 676 | printk(KERN_ERR |