1 /* 2 * arch/arm/mach-ep93xx/include/mach/system.h 3 */ arch_idle(void)4 static inline void arch_idle(void) 5 { 6 cpu_do_idle(); 7 } 8