ARM: restart: ebsa110: use new restart hook

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

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Russell King
2011-11-03 19:50:44 +00:00
szülő 6ca6ff972d
commit da908260f2
2 fájl változott, egészen pontosan 9 új sor hozzáadva és 1 régi sor törölve

Fájl megtekintése

@@ -34,6 +34,8 @@ static inline void arch_idle(void)
asm volatile ("mcr p15, 0, ip, c15, c1, 2" : : : "cc");
}
#define arch_reset(mode, cmd) soft_restart(0x80000000)
static inline void arch_reset(char mode, const char *cmd)
{
}
#endif