commit | d9ca5839fd4b0c820c19401b72962a1d099cb99e | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Nov 05 10:28:50 2011 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Jan 05 12:57:19 2012 +0000 |
tree | ffd831fe686668036a730c59b567301c7a51c898 | |
parent | 1f34f0e2fb862b0399b4221a2be8589a4bfb194b [diff] [blame] |
ARM: restart: sa1100: use new restart hook Hook these platforms restart code into the new restart hook rather than using arch_reset(). Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
diff --git a/arch/arm/mach-sa1100/cerf.c b/arch/arm/mach-sa1100/cerf.c index 7f3da4b..11bb6d0 100644 --- a/arch/arm/mach-sa1100/cerf.c +++ b/arch/arm/mach-sa1100/cerf.c
@@ -139,4 +139,5 @@ .init_irq = cerf_init_irq, .timer = &sa1100_timer, .init_machine = cerf_init, + .restart = sa11x0_restart, MACHINE_END