s390/extable: use generic search and sort routines
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 22 Mar 2016 21:28:14 +0000 (14:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 Mar 2016 22:36:02 +0000 (15:36 -0700)
commitc352e8b6de9808ec5edc792d54f8785de6626d02
tree11b26a5aad05627d6d369de15ee17935430d3f10
parente77986b560741f40ac30755afc57074898da31e8
s390/extable: use generic search and sort routines

Replace the arch specific versions of search_extable() and
sort_extable() with calls to the generic ones, which now support
relative exception tables as well.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/s390/include/asm/uaccess.h
arch/s390/mm/Makefile
arch/s390/mm/extable.c [deleted file]