summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/earlypgm.S
Commit message (Collapse)AuthorAgeFilesLines
* s390/earlypgm: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-2/+2
| | | | | | | | Consistently use the SYM* family of macros instead of the deprecated ENTRY(), ENDPROC(), etc. family of macros. Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
* s390: generate register offsets into pt_regs automaticallyHeiko Carstens2022-05-251-3/+0
| | | | | | | | Use asm offsets method to generate register offsets into pt_regs, instead of open-coding at several places. Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
* s390: simplify early program check handlerHeiko Carstens2022-05-251-0/+26
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 d485235b0054 ("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>