Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295330
b: refs/heads/master
c: 86ce0d2
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Pitre authored and Nicolas Pitre committed Jan 20, 2012
1 parent e3c21cd commit dad4b7b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: 25eb433ab1aaa981cbb43b1d10c0d9377a50e8c9
refs/heads/master: 86ce0d2e6f131bd0b5b1b8d32149e008d39b5ea1
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-ixp23xx/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,9 @@ static struct platform_device *ixp23xx_devices[] __initdata = {

void __init ixp23xx_sys_init(void)
{
/* by default, the idle code is disabled */
disable_hlt();

*IXP23XX_EXP_UNIT_FUSE |= 0xf;
platform_add_devices(ixp23xx_devices, ARRAY_SIZE(ixp23xx_devices));
}
Expand Down
5 changes: 1 addition & 4 deletions trunk/arch/arm/mach-ixp23xx/include/mach/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,5 @@
*/
static inline void arch_idle(void)
{
#if 0
if (!hlt_counter)
cpu_do_idle();
#endif
cpu_do_idle();
}

0 comments on commit dad4b7b

Please sign in to comment.