ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / include / asm-arm / arch-tbox / system.h
1 /*
2  * linux/include/asm-arm/arch-tbox/system.h
3  *
4  * Copyright (c) 1996-1999 Russell King.
5  */
6 #ifndef __ASM_ARCH_SYSTEM_H
7 #define __ASM_ARCH_SYSTEM_H
8
9 static inline void arch_idle(void)
10 {
11         cpu_do_idle();
12 }
13
14 #define arch_reset(mode)        do { } while (0)
15
16 #endif