Merge branch 'fix/hda' into topic/hda
[pandora-kernel.git] / arch / arm / mach-ixp4xx / include / mach / system.h
index d2aa26f..54c0af7 100644 (file)
 
 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
 }