aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx/include/mach/system.h
blob: b5bec7cb9b52384f8eb499202f0e13f5b65b0abf (plain) (blame)
1
2
3
4
5
6
7
/*
 * arch/arm/mach-ep93xx/include/mach/system.h
 */
static inline void arch_idle(void)
{
	cpu_do_idle();
}