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>
Wed, 26 Sep 2012 13:45:10 +0000 (15:45 +0200)
commiteb608fb366de123a97227437e5306f731f4a63c5
tree6466e9b0bcd942457e0aa251af48816e3e925d90
parent24996edce547fd981c089db9a12717fd76a51160
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