patch-2.3.23 linux/include/asm-arm/arch-nexuspci/system.h
Next file: linux/include/asm-arm/arch-rpc/a.out.h
Previous file: linux/include/asm-arm/arch-nexuspci/shmparam.h
Back to the patch index
Back to the overall index
-  Lines: 21
-  Date:
Wed Oct 20 16:29:08 1999
-  Orig file: 
v2.3.22/linux/include/asm-arm/arch-nexuspci/system.h
-  Orig date: 
Thu Jan  7 15:51:33 1999
diff -u --recursive --new-file v2.3.22/linux/include/asm-arm/arch-nexuspci/system.h linux/include/asm-arm/arch-nexuspci/system.h
@@ -1,17 +1,12 @@
 /*
  * linux/include/asm-arm/arch-nexuspci/system.h
  *
- * Copyright (c) 1996,1997,1998 Russell King.
+ * Copyright (c) 1996-1999 Russell King.
  */
 #ifndef __ASM_ARCH_SYSTEM_H
 #define __ASM_ARCH_SYSTEM_H
 
-extern __inline__ void arch_reset(char mode)
-{
-	/*
-	 * loop endlessly - the watchdog will reset us if it's enabled.
-	 */
-	cli();
-}
+#define arch_do_idle()		do { } while (0)
+#define arch_reset(mode)	do { } while (0)
 
 #endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)