system.h 198 字节
Newer Older
L
Linus Torvalds 已提交
1
/*
2
 * arch/arm/mach-shark/include/mach/system.h
L
Linus Torvalds 已提交
3 4 5 6 7 8 9 10
 *
 * by Alexander Schulz
 */
#ifndef __ASM_ARCH_SYSTEM_H
#define __ASM_ARCH_SYSTEM_H

static inline void arch_idle(void)
{
11
	cpu_do_idle();
L
Linus Torvalds 已提交
12 13 14
}

#endif