]> git.baikalelectronics.ru Git - kernel.git/commit
s390: simplify early program check handler
authorHeiko Carstens <hca@linux.ibm.com>
Fri, 20 May 2022 17:23:48 +0000 (19:23 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Wed, 25 May 2022 09:46:02 +0000 (11:46 +0200)
commit520326b2eba25b8853ad792b0d4663b72923c7e3
tree360c8fcbfd107548e7f3c48e459b94f84cef4b2a
parent2a659970a02a22684f2f728ceb82ab12fc2d9b42
s390: simplify early program check handler

Due to historic reasons the base program check handler calls a
configurable function. Given that there is only the early program
check handler left, simplify the code by directly calling that
function.

The only other user was removed with commit 294fa79ad0d2 ("s390:
assume diag308 set always works").

Also rename all functions and the asm file to reflect this.

Reviewed-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/include/asm/processor.h
arch/s390/kernel/Makefile
arch/s390/kernel/base.S [deleted file]
arch/s390/kernel/early.c
arch/s390/kernel/earlypgm.S [new file with mode: 0644]
arch/s390/kernel/entry.h