summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-prima2/prima2.c
diff options
context:
space:
mode:
authorRussell King2011-11-05 11:23:27 +0100
committerRussell King2012-01-05 13:57:17 +0100
commit125c4033f0187d7264f08d7cf1474252df4f4c17 (patch)
tree95056d3c895c9b1245a9a340ec4dd7cd1cb48c06 /arch/arm/mach-prima2/prima2.c
parentARM: restart: pnx4008: use new restart hook (diff)
downloadkernel-qcow2-linux-125c4033f0187d7264f08d7cf1474252df4f4c17.tar.gz
kernel-qcow2-linux-125c4033f0187d7264f08d7cf1474252df4f4c17.tar.xz
kernel-qcow2-linux-125c4033f0187d7264f08d7cf1474252df4f4c17.zip
ARM: restart: prima2: use new restart hook
Hook these platforms restart code into the new restart hook rather than using arch_reset(). Reviewed-by: Barry Song <Baohua.Song@csr.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-prima2/prima2.c')
-rw-r--r--arch/arm/mach-prima2/prima2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-prima2/prima2.c b/arch/arm/mach-prima2/prima2.c
index a12b689a8702..02b9c05ff990 100644
--- a/arch/arm/mach-prima2/prima2.c
+++ b/arch/arm/mach-prima2/prima2.c
@@ -40,4 +40,5 @@ MACHINE_START(PRIMA2_EVB, "prima2cb")
.dma_zone_size = SZ_256M,
.init_machine = sirfsoc_mach_init,
.dt_compat = prima2cb_dt_match,
+ .restart = sirfsoc_restart,
MACHINE_END