patch-2.2.19 linux/drivers/s390/block/xpram.c
Next file: linux/drivers/s390/ccwcache.c
Previous file: linux/drivers/s390/block/mdisk.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sun Mar 25 11:37:35 2001
- Orig file:
v2.2.18/drivers/s390/block/xpram.c
- Orig date:
Sun Mar 25 11:28:27 2001
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/drivers/s390/block/xpram.c linux/drivers/s390/block/xpram.c
@@ -413,7 +413,7 @@
" .long 0xb22e0012 \n" /* pgin r1,r2 */
/* copy page from expanded memory */
"0: ipm %0 \n" /* save status (cc & program mask */
- " srl %0,28(0) \n" /* cc into least significant bits */
+ " srl %0,28 \n" /* cc into least significant bits */
"1: \n" /* we are done */
".section .fixup,\"ax\"\n" /* start of fix up section */
"2: lhi %0,2 \n" /* return unused condition code 2 */
@@ -456,7 +456,7 @@
" .long 0xb22f0012 \n" /* pgout r1,r2 */
/* copy page from expanded memory */
"0: ipm %0 \n" /* save status (cc & program mask */
- " srl %0,28(0) \n" /* cc into least significant bits */
+ " srl %0,28 \n" /* cc into least significant bits */
"1: \n" /* we are done */
".section .fixup,\"ax\"\n" /* start of fix up section */
"2: lhi %0,2 \n" /* return unused condition code 2 */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)