ARM: restart: pxa: use new restart hook

Hook these platforms restart code into the new restart hook rather
than using arch_reset().

Acked-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
此提交包含在:
Russell King
2011-11-04 14:15:53 +00:00
父節點 125c4033f0
當前提交 271a74fc87
共有 52 個檔案被更改,包括 95 行新增28 行删除

查看文件

@@ -153,5 +153,6 @@ MACHINE_START(CAPC7117,
.init_irq = pxa3xx_init_irq,
.handle_irq = pxa3xx_handle_irq,
.timer = &pxa_timer,
.init_machine = capc7117_init
.init_machine = capc7117_init,
.restart = pxa_restart,
MACHINE_END