patch-2.4.8 linux/include/asm-s390/div64.h

Next file: linux/include/asm-s390/hardirq.h
Previous file: linux/include/asm-s390/debug.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.7/linux/include/asm-s390/div64.h linux/include/asm-s390/div64.h
@@ -36,7 +36,7 @@
 	     "1: st   1,4+%1\n"					\
              "   lr   %0,0"					\
 	     : "=d" (__r), "+m" (__n)				\
-	     : "d" (base) : "0", "1", "2" );			\
+	     : "d" (base) : "0", "1", "2", "cc" );		\
 	(n) = (__n);						\
         __r;                                                    \
 })

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