projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c99c30f
)
nmi_watchdog: Tell the world we're active
author
Peter Zijlstra
<a.p.zijlstra@chello.nl>
Tue, 2 Mar 2010 13:20:14 +0000
(14:20 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 2 Mar 2010 14:02:05 +0000
(15:02 +0100)
Because I was wondering why perf stat wasn't working as expected..
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Don Zickus <dzickus@redhat.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/nmi_watchdog.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/nmi_watchdog.c
b/kernel/nmi_watchdog.c
index 0a6f57f537a759230224b5080209e2bca4ae73fe..a79d211c30df9b457f962310b8e2ad9c842df680 100644
(file)
--- a/
kernel/nmi_watchdog.c
+++ b/
kernel/nmi_watchdog.c
@@
-244,6
+244,8
@@
static int __init spawn_nmi_watchdog_task(void)
if (nonmi_watchdog)
return 0;
+ printk(KERN_INFO "NMI watchdog enabled, takes one hw-pmu counter.\n");
+
err = cpu_callback(&cpu_nfb, CPU_UP_PREPARE, cpu);
if (err == NOTIFY_BAD) {
BUG();