s390/extable: add and use fixup_exception helper function
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 28 Feb 2022 13:29:25 +0000 (14:29 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Mon, 7 Mar 2022 23:33:00 +0000 (00:33 +0100)
commit46fee16f571250d6cef74af73ffd47512da981a2
tree074b3194069d030927a944091daa36b63f4e8032
parentcfa45c5e0d36b87f99e76f1060526eac032dd624
s390/extable: add and use fixup_exception helper function

Add and use fixup_exception helper function in order to remove the
duplicated exception handler fixup code at several places.

Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/extable.h
arch/s390/kernel/early.c
arch/s390/kernel/kprobes.c
arch/s390/kernel/traps.c
arch/s390/mm/extable.c
arch/s390/mm/fault.c