patch-2.4.8 linux/include/asm-s390x/io.h

Next file: linux/include/asm-s390x/irq.h
Previous file: linux/include/asm-s390x/init.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.7/linux/include/asm-s390x/io.h linux/include/asm-s390x/io.h
@@ -31,7 +31,7 @@
                  "   jz     0f\n"
                  "   slgr   %0,%0\n"
                  "0:"
-                 : "=a" (real_address) : "a" (address) );
+                 : "=a" (real_address) : "a" (address) : "cc" );
         return real_address;
 }
 

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