]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/mach-shmobile/include/mach/system.h
ARM: restart: only perform setup for restart when soft-restarting
[karo-tx-linux.git] / arch / arm / mach-shmobile / include / mach / system.h
1 #ifndef __ASM_ARCH_SYSTEM_H
2 #define __ASM_ARCH_SYSTEM_H
3
4 static inline void arch_idle(void)
5 {
6         cpu_do_idle();
7 }
8
9 static inline void arch_reset(char mode, const char *cmd)
10 {
11         soft_restart(0);
12 }
13
14 #endif