Kernel  |  3.3

下载     查看原文件
C++程序  |  8行  |  108 B
/*
 * arch/arm/mach-ep93xx/include/mach/system.h
 */
static inline void arch_idle(void)
{
	cpu_do_idle();
}