s390/entry64: avoid SPP code duplication
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
d49f47f83d
commit
9ee39e4b84
1 changed files with 1 additions and 3 deletions
|
@ -88,9 +88,7 @@ _TIF_EXIT_SIE = (_TIF_SIGPENDING | _TIF_NEED_RESCHED | _TIF_MCCK_PENDING)
|
||||||
clg \scratch,BASED(.Lsie_length)
|
clg \scratch,BASED(.Lsie_length)
|
||||||
jhe .+22
|
jhe .+22
|
||||||
lg %r9,BASED(.Lsie_loop)
|
lg %r9,BASED(.Lsie_loop)
|
||||||
tm __LC_MACHINE_FLAGS+6,0x20 # MACHINE_FLAG_SPP
|
SPP BASED(.Lhost_id) # set host id
|
||||||
jz .+8
|
|
||||||
.insn s,0xb2800000,BASED(.Lhost_id) # set host id
|
|
||||||
#endif
|
#endif
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue