diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-03-22 14:28:12 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-03-22 15:36:02 -0700 |
commit | e77986b560741f40ac30755afc57074898da31e8 (patch) | |
tree | 0f27e0bf8b9d0ae7261245a50922ee8d1648f2db /arch/alpha/mm/Makefile | |
parent | a395d6a7e3d6e3d1d316376db0c4c8b5d2995930 (diff) | |
download | linux-e77986b560741f40ac30755afc57074898da31e8.tar.bz2 |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/mm/Makefile b/arch/alpha/mm/Makefile index c993d3f93cf6..5a9807936411 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 |