summaryrefslogtreecommitdiffstats
path: root/arch/alpha/mm/Makefile
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2016-03-22 14:28:12 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-03-22 15:36:02 -0700
commite77986b560741f40ac30755afc57074898da31e8 (patch)
tree0f27e0bf8b9d0ae7261245a50922ee8d1648f2db /arch/alpha/mm/Makefile
parenta395d6a7e3d6e3d1d316376db0c4c8b5d2995930 (diff)
downloadop-kernel-dev-e77986b560741f40ac30755afc57074898da31e8.zip
op-kernel-dev-e77986b560741f40ac30755afc57074898da31e8.tar.gz
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>
Diffstat (limited to 'arch/alpha/mm/Makefile')
-rw-r--r--arch/alpha/mm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/mm/Makefile b/arch/alpha/mm/Makefile
index c993d3f..5a98079 100644
--- a/arch/alpha/mm/Makefile
+++ b/arch/alpha/mm/Makefile
@@ -4,6 +4,6 @@
ccflags-y := -Werror
-obj-y := init.o fault.o extable.o
+obj-y := init.o fault.o
obj-$(CONFIG_DISCONTIGMEM) += numa.o
OpenPOWER on IntegriCloud