patch-2.3.16 linux/include/asm-arm/system.h

Next file: linux/include/asm-arm/termios.h
Previous file: linux/include/asm-arm/semaphore.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.15/linux/include/asm-arm/system.h linux/include/asm-arm/system.h
@@ -141,7 +141,7 @@
 #define wmb() mb()
 #define nop() __asm__ __volatile__("mov\tr0,r0\t@ nop\n\t");
 
-#define prepare_to_switch()	do { } while(0)
+#define prepare_to_switch()    do { } while(0)
 
 /*
  * switch_to(prev, next) should switch from task `prev' to `next'

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