801f92ad5a
Convert Alpha to use generic ioremap_page_range() by turning __alpha_remap_area_pages() into an inline wrapper around ioremap_page_range(). Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> Cc: Richard Henderson <rth@twiddle.net> Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
9 lines
171 B
Makefile
9 lines
171 B
Makefile
#
|
|
# Makefile for the linux alpha-specific parts of the memory manager.
|
|
#
|
|
|
|
EXTRA_CFLAGS := -Werror
|
|
|
|
obj-y := init.o fault.o extable.o
|
|
|
|
obj-$(CONFIG_DISCONTIGMEM) += numa.o
|