From 291f1234601dbdfbf584917e516205666a6124fb Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Thu, 4 Mar 2010 08:28:20 +0000 Subject: [rdc] 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19977 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/Makefile') diff --git a/target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/Makefile b/target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/Makefile index 15f2739eaf..21d8879238 100644 --- a/target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/Makefile +++ b/target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/Makefile @@ -1,5 +1,5 @@ # # Makefile for the RDC321x specific parts of the kernel # -obj-$(CONFIG_X86_RDC321X) := gpio.o platform.o pci.o +obj-$(CONFIG_X86_RDC321X) := gpio.o platform.o pci.o reboot.o -- cgit v1.2.3