patch-2.4.0-test5 linux/include/asm-arm/arch-ebsa110/system.h

Next file: linux/include/asm-arm/arch-ebsa285/system.h
Previous file: linux/include/asm-arm/arch-ebsa110/dma.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test4/linux/include/asm-arm/arch-ebsa110/system.h linux/include/asm-arm/arch-ebsa110/system.h
@@ -10,7 +10,7 @@
  * This machine must never stop it MCLK.  However, if we are
  * idle for a long time, slow the processor clock to MCLK.
  */
-extern __inline__ void arch_idle(void)
+static void arch_idle(void)
 {
 	unsigned long start_idle;
 
@@ -31,7 +31,6 @@
 slow_out:
 }
 
-#define arch_power_off()	do { } while (0)
 #define arch_reset(mode)	cpu_reset(0x80000000)
 
 #endif

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