]> git.karo-electronics.de Git - karo-tx-linux.git/commit
s390/exceptions: switch to relative exception table entries
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Wed, 5 Sep 2012 11:26:11 +0000 (13:26 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 6 Sep 2012 09:05:26 +0000 (11:05 +0200)
commite011f685f403f365b9f4d6c8d9b22587e179abca
tree58bc9c4894ae937979084113378f3c22bf52d366
parent20ca515f3d235e77942baed8944d2037106a72aa
s390/exceptions: switch to relative exception table entries

This is the s390 port of 70627654 "x86, extable: Switch to relative
exception table entries".
Reduces the size of our exception tables 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>
arch/s390/include/asm/processor.h
arch/s390/include/asm/uaccess.h
arch/s390/kernel/early.c
arch/s390/kernel/entry64.S
arch/s390/kernel/kprobes.c
arch/s390/kernel/traps.c
arch/s390/mm/Makefile
arch/s390/mm/extable.c [new file with mode: 0644]
arch/s390/mm/fault.c
scripts/sortextable.c