diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-03-04 08:28:20 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-03-04 08:28:20 +0000 |
commit | 86494323fe2fa4cd6b2a76a7b4b31ef01b0c7d5f (patch) | |
tree | cddf8dd8c23d272f7ecc3d4c499a3ca83a73250c /target/linux/rdc/config-2.6.30 | |
parent | fe348a7039854bc3cdcfc0c2953b884c6c2c79ce (diff) | |
download | upstream-86494323fe2fa4cd6b2a76a7b4b31ef01b0c7d5f.tar.gz upstream-86494323fe2fa4cd6b2a76a7b4b31ef01b0c7d5f.tar.bz2 upstream-86494323fe2fa4cd6b2a76a7b4b31ef01b0c7d5f.zip |
rework reboot mechanism with the new watchdog fixes
The fixing of the watchdog driver makes it generate a NMI so the reboot_fixup
can no longer be called from NMI context, instead, override the machine_retart
callback with our southrbridge reboot mechanism. Patch by Bernhard Loos.
SVN-Revision: 19977
Diffstat (limited to 'target/linux/rdc/config-2.6.30')
-rw-r--r-- | target/linux/rdc/config-2.6.30 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rdc/config-2.6.30 b/target/linux/rdc/config-2.6.30 index 9f4ce72615..0788d55623 100644 --- a/target/linux/rdc/config-2.6.30 +++ b/target/linux/rdc/config-2.6.30 @@ -280,7 +280,7 @@ CONFIG_X86_MINIMUM_CPU_FAMILY=4 CONFIG_X86_POPAD_OK=y # CONFIG_X86_PPRO_FENCE is not set CONFIG_X86_RDC321X=y -CONFIG_X86_REBOOTFIXUPS=y +# CONFIG_X86_REBOOTFIXUPS is not set # CONFIG_X86_RESERVE_LOW_64K is not set # CONFIG_X86_UP_APIC is not set # CONFIG_X86_VERBOSE_BOOTUP is not set |