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

Next file: linux/include/asm-arm/arch-ebsa110/a.out.h
Previous file: linux/include/asm-arm/arch-arc/shmparam.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.22/linux/include/asm-arm/arch-arc/system.h linux/include/asm-arm/arch-arc/system.h
@@ -1,11 +1,8 @@
 /*
  * 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
-
 #include <linux/config.h>
 
 #ifdef CONFIG_ARCH_ARC
@@ -23,16 +20,13 @@
 
 #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
-	 */
-	cpu_proc_fin();
-
-	/*
 	 * Reset all expansion cards.
 	 */
 	ecard_reset(-1);
@@ -43,5 +37,3 @@
 	*(unsigned long *)0 = *(unsigned long *)0x03800000;
 	((void(*)(void))0)();
 }
-
-#endif

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