OSDN Git Service

s390/mcck: cleanup use of cleanup_sie_mcck
authorAlexander Gordeev <agordeev@linux.ibm.com>
Mon, 17 May 2021 06:18:13 +0000 (08:18 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Mon, 7 Jun 2021 15:12:59 +0000 (17:12 +0200)
commit20232b18e5345385851ae7e2b7ef9a7cf983333a
treef03f6a10a0ae2dc41e44db711469618eb4adf94d
parent3bd695813628816a49cb8d79e3398796c9de79f2
s390/mcck: cleanup use of cleanup_sie_mcck

cleanup_sie_mcck label is called from a single location only
and thus does not need to be a subroutine. Move the labelled
code to the caller - by doing that the SIE critical section
checks appear next to each other and the SIE cleanup becomes
bit more readable.

Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/kernel/entry.S