Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335489
b: refs/heads/master
c: 99e639b
h: refs/heads/master
i:
  335487: 4144d20
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Nov 6, 2012
1 parent 8c2b3df commit ffca874
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 619506d5dabb49b7f223a4f2f6b8d697574dd799
refs/heads/master: 99e639b791f5cfae0b8d42f5fe6c1e8839932bea
8 changes: 7 additions & 1 deletion trunk/arch/s390/kernel/sclp.S
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ _sclp_wait_int:
#endif
mvc .LoldpswS1-.LbaseS1(16,%r13),0(%r8)
mvc 0(16,%r8),0(%r9)
#ifdef CONFIG_64BIT
epsw %r6,%r7 # set current addressing mode
nill %r6,0x1 # in new psw (31 or 64 bit mode)
nilh %r7,0x8000
stm %r6,%r7,0(%r8)
#endif
lhi %r6,0x0200 # cr mask for ext int (cr0.54)
ltr %r2,%r2
jz .LsetctS1
Expand Down Expand Up @@ -87,7 +93,7 @@ _sclp_wait_int:
.long 0x00080000, 0x80000000+.LwaitS1 # PSW to handle ext int
#ifdef CONFIG_64BIT
.LextpswS1_64:
.quad 0x0000000180000000, .LwaitS1 # PSW to handle ext int, 64 bit
.quad 0, .LwaitS1 # PSW to handle ext int, 64 bit
#endif
.LwaitpswS1:
.long 0x010a0000, 0x00000000+.LloopS1 # PSW to wait for ext int
Expand Down

0 comments on commit ffca874

Please sign in to comment.