patch-2.1.96 linux/include/asm-arm/proc-armv/system.h

Next file: linux/include/asm-arm/smp.h
Previous file: linux/include/asm-arm/proc-armv/processor.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.95/linux/include/asm-arm/proc-armv/system.h linux/include/asm-arm/proc-armv/system.h
@@ -33,16 +33,13 @@
 /*
  * We can wait for an interrupt...
  */
-#if 0
 #define proc_idle()			\
 	do {				\
 	__asm__ __volatile__(		\
 "	mcr	p15, 0, %0, c15, c8, 2"	\
 	  : : "r" (0));			\
 	} while (0)
-#else
-#define proc_idle()
-#endif
+
 /*
  * A couple of speedups for the ARM
  */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov