Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295331
b: refs/heads/master
c: 12d2b4e
h: refs/heads/master
i:
  295329: e3c21cd
  295327: 8828596
v: v3
  • Loading branch information
Nicolas Pitre authored and Nicolas Pitre committed Jan 20, 2012
1 parent dad4b7b commit 07a271e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 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: 86ce0d2e6f131bd0b5b1b8d32149e008d39b5ea1
refs/heads/master: 12d2b4e5f0c65eaa1d61e4e1bbfb2df41bc6cd9d
6 changes: 6 additions & 0 deletions trunk/arch/arm/mach-ixp4xx/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,12 @@ void __init ixp4xx_init_irq(void)
{
int i = 0;

/*
* ixp4xx does not implement the XScale PWRMODE register
* so it must not call cpu_do_idle().
*/
disable_hlt();

/* Route all sources to IRQ instead of FIQ */
*IXP4XX_ICLR = 0x0;

Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/arm/mach-ixp4xx/include/mach/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,5 @@
*/
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
cpu_do_idle();
#endif
}

0 comments on commit 07a271e

Please sign in to comment.