commit | 6f8daa2953ecd1e8e853939f2007b4160591b8a6 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <hca@linux.ibm.com> | Wed Apr 07 21:06:41 2021 +0200 |
committer | Heiko Carstens <hca@linux.ibm.com> | Mon Apr 12 12:46:41 2021 +0200 |
tree | ef01b4d093e9dee6ddb32fa7399ca4e19c04fc1b | |
parent | 3081e6160565078b3a37ebb33bd8301ab18dd6d7 [diff] |
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>