From 6fca1e17f64936de2e9c614c0d246e65ae553b68 Mon Sep 17 00:00:00 2001 From: Russell King Date: Thu, 3 Nov 2011 19:47:54 +0000 Subject: ARM: restart: footbridge: use new restart hook Hook these platforms restart code into the new restart hook rather than using arch_reset(). Signed-off-by: Russell King --- arch/arm/mach-footbridge/personal.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-footbridge/personal.c') diff --git a/arch/arm/mach-footbridge/personal.c b/arch/arm/mach-footbridge/personal.c index f41dba39b327..e1e9990fa957 100644 --- a/arch/arm/mach-footbridge/personal.c +++ b/arch/arm/mach-footbridge/personal.c @@ -19,5 +19,6 @@ MACHINE_START(PERSONAL_SERVER, "Compaq-PersonalServer") .map_io = footbridge_map_io, .init_irq = footbridge_init_irq, .timer = &footbridge_timer, + .restart = footbridge_restart, MACHINE_END -- cgit v1.2.3