Prev: [RESEND, PULL] viafb video capture engine driver
Next: [PATCH] x86, hweight: Fix UML boot crash
From: Jiri Slaby on 6 Jun 2010 02:30 On 06/02/2010 08:44 PM, Don Zickus wrote: > --- a/kernel/watchdog.c > +++ b/kernel/watchdog.c > @@ -550,8 +550,7 @@ cpu_callback(struct notifier_block *nfb, unsigned long action, void *hcpu) > break; > case CPU_ONLINE: > case CPU_ONLINE_FROZEN: > - if (watchdog_enable(hotcpu)) > - return NOTIFY_BAD; > + watchdog_enable(hotcpu) This fixes the problem indeed. thanks, -- js -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
First
|
Prev
|
Pages: 1 2 3 Prev: [RESEND, PULL] viafb video capture engine driver Next: [PATCH] x86, hweight: Fix UML boot crash |