diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-11-03 11:43:08 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-05 12:57:20 +0000 |
commit | b56a7c6b36388b3eca887bd5d24f297e63e5bb5b (patch) | |
tree | 5f97c95382475d21a0f39d68f7b1be93c7dc6b22 /arch/arm/mach-versatile/versatile_ab.c | |
parent | 7e3974b2f3e393abcf7934f020e26d3d22efa940 (diff) | |
download | linux-3.10-b56a7c6b36388b3eca887bd5d24f297e63e5bb5b.tar.gz linux-3.10-b56a7c6b36388b3eca887bd5d24f297e63e5bb5b.tar.bz2 linux-3.10-b56a7c6b36388b3eca887bd5d24f297e63e5bb5b.zip |
ARM: restart: versatile: 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>
Diffstat (limited to 'arch/arm/mach-versatile/versatile_ab.c')
-rw-r--r-- | arch/arm/mach-versatile/versatile_ab.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-versatile/versatile_ab.c b/arch/arm/mach-versatile/versatile_ab.c index fda4866703c..f1277ac92fa 100644 --- a/arch/arm/mach-versatile/versatile_ab.c +++ b/arch/arm/mach-versatile/versatile_ab.c @@ -41,4 +41,5 @@ MACHINE_START(VERSATILE_AB, "ARM-Versatile AB") .init_irq = versatile_init_irq, .timer = &versatile_timer, .init_machine = versatile_init, + .restart = versatile_restart, MACHINE_END |