patch-2.4.22 linux-2.4.22/include/asm-arm/arch-l7200/system.h

Next file: linux-2.4.22/include/asm-arm/arch-mx1ads/memory.h
Previous file: linux-2.4.22/include/asm-arm/arch-l7200/memory.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/include/asm-arm/arch-l7200/system.h linux-2.4.22/include/asm-arm/arch-l7200/system.h
@@ -12,9 +12,8 @@
 #ifndef __ASM_ARCH_SYSTEM_H
 #define __ASM_ARCH_SYSTEM_H
 
-static void arch_idle(void)
+static inline void arch_idle(void)
 {
-	/* fixme: this needs to be cleaned up (converted from ASM code) --rmk */
 	*(unsigned long *)(IO_BASE + 0x50004) = 1;	/* idle mode */
 }
 

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