patch-2.2.19 linux/arch/s390/kernel/entry.S
Next file: linux/arch/s390/kernel/head.S
Previous file: linux/arch/s390/kernel/ebcdic.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Sun Mar 25 11:37:30 2001
- Orig file:
v2.2.18/arch/s390/kernel/entry.S
- 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/entry.S linux/arch/s390/kernel/entry.S
@@ -148,11 +148,11 @@
xc 0(4,%r15),0(%r15) ; /* clear back chain */
#define RESTORE_ALL \
- mvc __LC_RETURN_PSW(8,0),SP_PSW(%r15) ; /* move user PSW to lowcore */ \
+ mvc __LC_RETURN_PSW(8),SP_PSW(%r15) ; /* move user PSW to lowcore */ \
lam %a0,%a15,SP_AREGS(%r15) ; /* load the access registers */ \
- lm %r0,%r15,SP_R0(%r15) ; /* load gprs 0-15 of user */ \
- ni __LC_RETURN_PSW+1(0),0xfd ; /* clear wait state bit */ \
- lpsw __LC_RETURN_PSW /* back to caller */
+ lm %r0,%r15,SP_R0(%r15) ; /* load gprs 0-15 of user */ \
+ ni __LC_RETURN_PSW+1,0xfd ; /* clear wait state bit */ \
+ lpsw __LC_RETURN_PSW /* back to caller */
#define GET_CURRENT /* load pointer to task_struct to R9 */ \
lr %r9,%r15 ; \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)