e77986b560
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>
10 lines
158 B
Makefile
10 lines
158 B
Makefile
#
|
|
# Makefile for the linux alpha-specific parts of the memory manager.
|
|
#
|
|
|
|
ccflags-y := -Werror
|
|
|
|
obj-y := init.o fault.o
|
|
|
|
obj-$(CONFIG_DISCONTIGMEM) += numa.o
|