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

ARM: mach-tegra: properly disable CPU idle call

Signed-off-by: Nnicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: NStephen Warren <swarren@nvidia.com>
上级 8bab421b
无相关合并请求
......@@ -27,7 +27,6 @@
#include <asm/hardware/gic.h>
#include <mach/iomap.h>
#include <mach/system.h>
#include "board.h"
#include "clock.h"
......@@ -96,6 +95,8 @@ static void __init tegra_init_cache(u32 tag_latency, u32 data_latency)
#ifdef CONFIG_ARCH_TEGRA_2x_SOC
void __init tegra20_init_early(void)
{
disable_hlt(); /* idle WFI usage needs to be confirmed */
tegra_init_fuse();
tegra2_init_clocks();
tegra_clk_init_from_table(tegra20_clk_init_table);
......
......@@ -23,6 +23,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.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部