patch-2.1.34 linux/include/asm-sparc64/delay.h

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

diff -u --recursive --new-file v2.1.33/linux/include/asm-sparc64/delay.h linux/include/asm-sparc64/delay.h
@@ -1,4 +1,4 @@
-/* $Id: delay.h,v 1.3 1996/12/12 15:53:48 davem Exp $
+/* $Id: delay.h,v 1.4 1997/04/10 23:32:44 davem Exp $
  * delay.h: Linux delay routines on the V9.
  *
  * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu).
@@ -17,7 +17,8 @@
 	bne,pt	%%xcc, 1b
 	 subcc	%0, 1, %0
 "	: "=&r" (loops)
-	: "0" (loops));
+	: "0" (loops)
+	: "cc");
 }
 
 extern __inline__ void udelay(unsigned long usecs)

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