]> nv-tegra.nvidia Code Review - linux-2.6.git/blob - arch/arm/mach-shmobile/include/mach/system.h
Delete all instances of asm/system.h
[linux-2.6.git] / arch / arm / mach-shmobile / include / mach / system.h
1 #ifndef __ASM_ARCH_SYSTEM_H
2 #define __ASM_ARCH_SYSTEM_H
3
4 #include <asm/system_misc.h>
5
6 static inline void arch_idle(void)
7 {
8         cpu_do_idle();
9 }
10
11 static inline void arch_reset(char mode, const char *cmd)
12 {
13         soft_restart(0);
14 }
15
16 #endif