aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/kernel/entry64.S
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2012-05-14 10:09:43 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2012-05-16 14:42:43 +0200
commit9ee39e4b840d54f0127cd4ef607da79469917888 (patch)
tree9713da104c4e46e5aed13a2a440ef38ca0c48571 /arch/s390/kernel/entry64.S
parentd49f47f83d15f3142d482a29de76f45360e34082 (diff)
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>
Diffstat (limited to 'arch/s390/kernel/entry64.S')
-rw-r--r--arch/s390/kernel/entry64.S4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/s390/kernel/entry64.S b/arch/s390/kernel/entry64.S
index 444fd72e0787..02b660a7dcd4 100644
--- a/arch/s390/kernel/entry64.S
+++ b/arch/s390/kernel/entry64.S
@@ -88,9 +88,7 @@ _TIF_EXIT_SIE = (_TIF_SIGPENDING | _TIF_NEED_RESCHED | _TIF_MCCK_PENDING)
clg \scratch,BASED(.Lsie_length)
jhe .+22
lg %r9,BASED(.Lsie_loop)
- tm __LC_MACHINE_FLAGS+6,0x20 # MACHINE_FLAG_SPP
- jz .+8
- .insn s,0xb2800000,BASED(.Lhost_id) # set host id
+ SPP BASED(.Lhost_id) # set host id
#endif
.endm