patch-2.4.0-test9 linux/include/asm-sh/delay.h

Next file: linux/include/asm-sh/fcntl.h
Previous file: linux/include/asm-sh/checksum.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test8/linux/include/asm-sh/delay.h linux/include/asm-sh/delay.h
@@ -15,7 +15,8 @@
 		"bf/s	1b\n\t"
 		" dt	%0"
 		: "=r" (loops)
-		: "0" (loops));
+		: "0" (loops)
+		: "t");
 }
 
 extern __inline__ void __udelay(unsigned long usecs, unsigned long lps)

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