rework reboot mechanism with the new watchdog fixes
authorFlorian Fainelli <florian@openwrt.org>
Thu, 4 Mar 2010 08:28:20 +0000 (08:28 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 4 Mar 2010 08:28:20 +0000 (08:28 +0000)
commit86494323fe2fa4cd6b2a76a7b4b31ef01b0c7d5f
treecddf8dd8c23d272f7ecc3d4c499a3ca83a73250c
parentfe348a7039854bc3cdcfc0c2953b884c6c2c79ce
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
target/linux/rdc/config-2.6.30
target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/Makefile
target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/reboot.c [new file with mode: 0644]