patch-2.2.18 linux/arch/s390/lib/delay.c

Next file: linux/arch/s390/lib/uaccess.S
Previous file: linux/arch/s390/lib/Makefile
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/arch/s390/lib/delay.c linux/arch/s390/lib/delay.c
@@ -27,7 +27,7 @@
          * yield the megahertz number of the cpu. The important function
          * is udelay and that is done using the tod clock. -- martin.
          */
-	__asm__ __volatile__(
+        __asm__ __volatile__(
                 "0: brct %0,0b"
                 : /* no outputs */ : "r" (loops/2) );
 }

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