diff options
-rw-r--r-- | kernel/nmi_watchdog.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/nmi_watchdog.c b/kernel/nmi_watchdog.c index 0a6f57f537a7..a79d211c30df 100644 --- a/kernel/nmi_watchdog.c +++ b/kernel/nmi_watchdog.c | |||
@@ -244,6 +244,8 @@ static int __init spawn_nmi_watchdog_task(void) | |||
244 | if (nonmi_watchdog) | 244 | if (nonmi_watchdog) |
245 | return 0; | 245 | return 0; |
246 | 246 | ||
247 | printk(KERN_INFO "NMI watchdog enabled, takes one hw-pmu counter.\n"); | ||
248 | |||
247 | err = cpu_callback(&cpu_nfb, CPU_UP_PREPARE, cpu); | 249 | err = cpu_callback(&cpu_nfb, CPU_UP_PREPARE, cpu); |
248 | if (err == NOTIFY_BAD) { | 250 | if (err == NOTIFY_BAD) { |
249 | BUG(); | 251 | BUG(); |