patch-2.4.7 linux/include/asm-s390/ebcdic.h

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

diff -u --recursive --new-file v2.4.6/linux/include/asm-s390/ebcdic.h linux/include/asm-s390/ebcdic.h
@@ -29,8 +29,8 @@
         __asm__ __volatile__(
 		"   bras 1,1f\n"
 		"   tr   0(1,%0),0(%2)\n"
-		"0: la   %0,256(%0)\n"
-                "   tr   0(256,%0),0(%2)\n"
+                "0: tr   0(256,%0),0(%2)\n"
+		"   la   %0,256(%0)\n"
 		"1: ahi  %1,-256\n"
 		"   jp   0b\n"
 		"   ex   %1,0(1)"

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