Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165526
b: refs/heads/master
c: 74c32e7
h: refs/heads/master
v: v3
  • Loading branch information
Mikael Pettersson authored and Krzysztof Hałasa committed Sep 21, 2009
1 parent 02be771 commit ca896cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: ceb69a899f0819bce825083bd487c6afacc0d1b4
refs/heads/master: 74c32e7234afc4586391c0c0f290d266a3e57fe5
6 changes: 4 additions & 2 deletions trunk/arch/arm/mach-ixp4xx/include/mach/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@

static inline void arch_idle(void)
{
/* ixp4xx does not implement the XScale PWRMODE register,
* so it must not call cpu_do_idle() here.
*/
#if 0
if (!hlt_counter)
cpu_do_idle(0);
cpu_do_idle();
#endif
}

Expand Down

0 comments on commit ca896cc

Please sign in to comment.