Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
[sfrench/cifs-2.6.git] / arch / arm / mach-ep93xx / include / mach / system.h
1 /*
2  * arch/arm/mach-ep93xx/include/mach/system.h
3  */
4 static inline void arch_idle(void)
5 {
6         cpu_do_idle();
7 }