Staging
v0.5.1
https://github.com/torvalds/linux
Revision f172ddc61ad7a7c444b2b3e08992a45c76b821f9 authored by Chen Gong on 29 April 2008, 08:42:05 UTC, committed by Wim Van Sebroeck on 25 May 2008, 09:43:06 UTC
On Book-E SMP systems each core has its own private watchdog.  If only one
watchdog is enabled, when the core that doesn't enable the watchdog is hung,
system can't reset because no watchdog is running on it.  That's bad.  It
means we must enable watchdogs on both cores.

We can use smp_call_function() to send appropriate messages to all the other
cores to enable and update the watchdog.

Signed-off-by: Chen Gong <g.chen@freescale.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

1 parent 0b36086
History
Tip revision: f172ddc61ad7a7c444b2b3e08992a45c76b821f9 authored by Chen Gong on 29 April 2008, 08:42:05 UTC
[WATCHDOG] Fix booke_wdt.c on MPC85xx SMP system's
Tip revision: f172ddc
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 676 bytes
.mailmap -rw-r--r-- 3.6 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 90.5 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 98.3 KB
Makefile -rw-r--r-- 53.8 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top