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