Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295335
b: refs/heads/master
c: daa14d5
h: refs/heads/master
i:
  295333: 4563e36
  295331: 07a271e
  295327: 8828596
v: v3
  • Loading branch information
Nicolas Pitre authored and Nicolas Pitre committed Jan 20, 2012
1 parent 7287814 commit 7ee6827
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8bab421b0a97c4ae41d1b41c9ad10b7841c2130f
refs/heads/master: daa14d5e60e040bde290ec904af976fef6292627
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-tegra/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include <asm/hardware/gic.h>

#include <mach/iomap.h>
#include <mach/system.h>

#include "board.h"
#include "clock.h"
Expand Down Expand Up @@ -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);
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-tegra/include/mach/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

static inline void arch_idle(void)
{
cpu_do_idle();
}

#endif

0 comments on commit 7ee6827

Please sign in to comment.