ARM: restart: mmp: use new restart hook

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

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
此提交包含在:
Russell King
2011-11-05 15:40:09 +00:00
父節點 b23fcd9035
當前提交 9854a38e37
共有 14 個檔案被更改,包括 22 行新增6 行删除

查看文件

@@ -194,4 +194,5 @@ MACHINE_START(GPLUGD, "PXA168-based GuruPlug Display (gplugD) Platform")
.init_irq = pxa168_init_irq,
.timer = &pxa168_timer,
.init_machine = gplugd_init,
.restart = pxa168_restart,
MACHINE_END