From 1139b926c4b1754276fc5e2556cc9c0f46b010c6 Mon Sep 17 00:00:00 2001 From: Russell King Date: Sat, 5 Nov 2011 11:46:04 +0000 Subject: ARM: restart: ixp2000: use new restart hook Hook these platforms restart code into the new restart hook rather than using arch_reset(). In doing so, we split out the IXDP2401, IXDP2801 and IXDP2805 platform specific restart code into their own platform files. Acked-by: Lennert Buytenhek Signed-off-by: Russell King --- arch/arm/mach-ixp2000/enp2611.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-ixp2000/enp2611.c') diff --git a/arch/arm/mach-ixp2000/enp2611.c b/arch/arm/mach-ixp2000/enp2611.c index af9994537e01..ee525416f0d2 100644 --- a/arch/arm/mach-ixp2000/enp2611.c +++ b/arch/arm/mach-ixp2000/enp2611.c @@ -259,6 +259,7 @@ MACHINE_START(ENP2611, "Radisys ENP-2611 PCI network processor board") .init_irq = ixp2000_init_irq, .timer = &enp2611_timer, .init_machine = enp2611_init_machine, + .restart = ixp2000_restart, MACHINE_END -- cgit v1.2.1