patch-2.4.7 linux/include/asm-s390x/ebcdic.h
Next file: linux/include/asm-s390x/irq.h
Previous file: linux/include/asm-s390x/byteorder.h
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Wed Jul 4 11:50:39 2001
- Orig file:
v2.4.6/linux/include/asm-s390x/ebcdic.h
- Orig date:
Wed Apr 11 19:02:29 2001
diff -u --recursive --new-file v2.4.6/linux/include/asm-s390x/ebcdic.h linux/include/asm-s390x/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)