s390/extable: move extable related functions to mm/extable.c
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 28 Feb 2022 10:37:52 +0000 (11:37 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Mon, 7 Mar 2022 23:33:00 +0000 (00:33 +0100)
commit0741ec112ca67ea95dc8158a7bc7547ae36cbecc
tree847df5dad27d57a007bc5f643132272ac493ad4e
parentd09a307fde1c943d23ccb9fecc9a0e1a569732ad
s390/extable: move extable related functions to mm/extable.c

Just like arm64, riscv, and x86 move extable related functions to
mm/extable.c. This is currently only one function, but this will
change with subsequent changes.

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/mm/Makefile
arch/s390/mm/extable.c [new file with mode: 0644]
arch/s390/mm/fault.c