alpha/extable: use generic search and sort routines
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 22 Mar 2016 21:28:12 +0000 (14:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 Mar 2016 22:36:02 +0000 (15:36 -0700)
commite77986b560741f40ac30755afc57074898da31e8
tree0f27e0bf8b9d0ae7261245a50922ee8d1648f2db
parenta395d6a7e3d6e3d1d316376db0c4c8b5d2995930
alpha/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: Richard Henderson <rth@twiddle.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/alpha/include/asm/uaccess.h
arch/alpha/mm/Makefile
arch/alpha/mm/extable.c [deleted file]