diff options
author | Wim Van Sebroeck <wim@iguana.be> | 2009-01-28 20:51:04 +0000 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2009-02-14 08:49:23 +0000 |
commit | 12d60e28bed3f593aac5385acbdbb089eb8ae21e (patch) | |
tree | 404fe676e5e3d10c13f5c64dd06b39c85dcf09e3 /drivers/watchdog/Kconfig | |
parent | d2f8d7ee1a9b4650b4e43325b321801264f7c37a (diff) | |
download | blackbird-op-linux-12d60e28bed3f593aac5385acbdbb089eb8ae21e.tar.gz blackbird-op-linux-12d60e28bed3f593aac5385acbdbb089eb8ae21e.zip |
[WATCHDOG] iTCO_wdt: fix SMI_EN regression 2
bugzilla: #12363
commit 7cd5b08be3c489df11b559fef210b81133764ad4 added a second regression:
some Dell's and Compaq's lockup on boot. So we revert most of the code.
The ICH9 reboot issue remains in place and will need some more fixing... :-(
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 09a3d5522b43..325c10ff6a2c 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -406,7 +406,7 @@ config ITCO_WDT ---help--- Hardware driver for the intel TCO timer based watchdog devices. These drivers are included in the Intel 82801 I/O Controller - Hub family (from ICH0 up to ICH8) and in the Intel 6300ESB + Hub family (from ICH0 up to ICH10) and in the Intel 63xxESB controller hub. The TCO (Total Cost of Ownership) timer is a watchdog timer |