patch-2.4.22 linux-2.4.22/include/asm-arm/arch-integrator/system.h
Next file: linux-2.4.22/include/asm-arm/arch-l7200/keyboard.h
Previous file: linux-2.4.22/include/asm-arm/arch-integrator/memory.h
Back to the patch index
Back to the overall index
-  Lines: 16
-  Date:
2003-08-25 04:44:43.000000000 -0700
-  Orig file: 
linux-2.4.21/include/asm-arm/arch-integrator/system.h
-  Orig date: 
2002-08-02 17:39:45.000000000 -0700
diff -urN linux-2.4.21/include/asm-arm/arch-integrator/system.h linux-2.4.22/include/asm-arm/arch-integrator/system.h
@@ -25,13 +25,13 @@
 #include <asm/io.h>
 #include <asm/arch/platform.h>
 
-static void arch_idle(void)
+static inline void arch_idle(void)
 {
 	/*
 	 * This should do all the clock switching
 	 * and wait for interrupt tricks
 	 */
-	cpu_do_idle(0);
+	cpu_do_idle();
 }
 
 static inline void arch_reset(char mode)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)