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

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

diff -u --recursive --new-file v2.4.7/linux/include/asm-s390x/pgalloc.h linux/include/asm-s390x/pgalloc.h
@@ -253,7 +253,7 @@
                 "    slr  2,2\n"
                 "    slr  3,3\n"
                 "    csp  2,4"
-                : : "a" (&dummy) : "2", "3", "4" );
+                : : "a" (&dummy) : "cc", "2", "3", "4" );
 }
 
 /*

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