patch-2.2.19 linux/arch/s390/kernel/cpcmd.c
Next file: linux/arch/s390/kernel/debug.c
Previous file: linux/arch/s390/kernel/Makefile
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Sun Mar 25 11:37:30 2001
- Orig file:
v2.2.18/arch/s390/kernel/cpcmd.c
- Orig date:
Sun Mar 25 11:28:19 2001
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/arch/s390/kernel/cpcmd.c linux/arch/s390/kernel/cpcmd.c
@@ -22,10 +22,10 @@
ASCEBC(obuffer,olen);
if (response != NULL && rlen > 0) {
- asm volatile ("LRA 2,0(0,%0)\n\t"
+ asm volatile ("LRA 2,0(%0)\n\t"
"LR 4,%1\n\t"
"O 4,%4\n\t"
- "LRA 3,0(0,%2)\n\t"
+ "LRA 3,0(%2)\n\t"
"LR 5,%3\n\t"
".long 0x83240008 # Diagnose 83\n\t"
: /* no output */
@@ -34,7 +34,7 @@
: "2", "3", "4", "5" );
EBCASC(response, rlen);
} else {
- asm volatile ("LRA 2,0(0,%0)\n\t"
+ asm volatile ("LRA 2,0(%0)\n\t"
"LR 3,%1\n\t"
".long 0x83230008 # Diagnose 83\n\t"
: /* no output */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)