Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88141
b: refs/heads/master
c: 9c9b81f
h: refs/heads/master
i:
  88139: 1ba6fa5
v: v3
  • Loading branch information
Ingo Molnar committed Apr 4, 2008
1 parent c4b972a commit d1192a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4f14bdef41e599e218d71e3d0abf339d65e9b480
refs/heads/master: 9c9b81f77330ddc003a2de2f35fa6a20410c1a62
4 changes: 3 additions & 1 deletion trunk/arch/x86/kernel/cpu/perfctr-watchdog.c
Original file line number Diff line number Diff line change
Expand Up @@ -667,8 +667,10 @@ int lapic_watchdog_init(unsigned nmi_hz)
{
if (!wd_ops) {
probe_nmi_watchdog();
if (!wd_ops)
if (!wd_ops) {
printk(KERN_INFO "NMI watchdog: CPU not supported\n");
return -1;
}

if (!wd_ops->reserve()) {
printk(KERN_ERR
Expand Down

0 comments on commit d1192a2

Please sign in to comment.