commit | b01a37a749916ef1765e4d65dee8b43fde8407b8 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Thu Oct 18 18:10:06 2012 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Fri Nov 23 11:14:25 2012 +0100 |
tree | 421be52e05d061fa356a64b9cbabbfee7ebc68c7 | |
parent | f7817968d03df390d77d3af1b13298efa4f31047 [diff] |
s390/traps: preinitialize program check table Preinitialize the program check table, so we can put it into the read-only data section. Also use only four byte entries for the table, since each program check handler resides within the first 2GB. Therefore this reduces the size of the table by 50% on 64 bit builds. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>