提交 e5ddf4e3 编写于 作者: N Nicolas Pitre 提交者: Nicolas Pitre

ARM: mach-shark: properly disable CPU idle call

Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
上级 12d2b4e5
......@@ -149,10 +149,16 @@ static struct sys_timer shark_timer = {
.init = shark_timer_init,
};
static void shark_init_early(void)
{
disable_hlt();
}
MACHINE_START(SHARK, "Shark")
/* Maintainer: Alexander Schulz */
.atag_offset = 0x3000,
.map_io = shark_map_io,
.init_early = shark_init_early,
.init_irq = shark_init_irq,
.timer = &shark_timer,
.dma_zone_size = SZ_4M,
......
......@@ -8,6 +8,7 @@
static inline void arch_idle(void)
{
cpu_do_idle();
}
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册