patch-2.2.18 linux/include/asm-arm/arch-arc/system.h

Next file: linux/include/asm-arm/arch-arc/time.h
Previous file: linux/include/asm-arm/arch-arc/keyboard.h
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/include/asm-arm/arch-arc/system.h linux/include/asm-arm/arch-arc/system.h
@@ -1,7 +1,7 @@
 /*
  * linux/include/asm-arm/arch-arc/system.h
  *
- * Copyright (c) 1996 Russell King and Dave Gilbert
+ * Copyright (c) 1996-1999 Russell King and Dave Gilbert
  */
 #ifndef __ASM_ARCH_SYSTEM_H
 #define __ASM_ARCH_SYSTEM_H
@@ -23,14 +23,11 @@
 
 #endif
 
+#define arch_do_idle()		do { } while (0)
+
 extern __inline__ void arch_reset(char mode)
 {
 	extern void ecard_reset(int card);
-
-	/*
-	 * Do any cleanups that the processor may require
-	 */
-	processor._proc_fin();
 
 	/*
 	 * Reset all expansion cards.

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)