2 * linux/include/asm-arm/arch-shark/system.h
6 #ifndef __ASM_ARCH_SYSTEM_H
7 #define __ASM_ARCH_SYSTEM_H
11 static void arch_reset(char mode
)
15 /* Reset the Machine via pc[3] of the sequoia chipset */
18 temp
= temp
| (1<<3) | (1<<10);
24 static inline void arch_idle(void)