s390/traps: convert pgm_check.S to C
authorHeiko Carstens <hca@linux.ibm.com>
Wed, 7 Apr 2021 19:06:41 +0000 (21:06 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Mon, 12 Apr 2021 10:46:41 +0000 (12:46 +0200)
commit6f8daa2953ecd1e8e853939f2007b4160591b8a6
treeef01b4d093e9dee6ddb32fa7399ca4e19c04fc1b
parent3081e6160565078b3a37ebb33bd8301ab18dd6d7
s390/traps: convert pgm_check.S to C

Convert the program check table to C. Which allows to get rid of yet
another assembler file, and also enables proper type checking for the
table.

Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/include/asm/entry-common.h
arch/s390/kernel/Makefile
arch/s390/kernel/entry.h
arch/s390/kernel/pgm_check.S [deleted file]
arch/s390/kernel/traps.c