6d48583ba9
Introduce fixup_exception() on 64-bit and use it in kprobes to eliminate an #ifdef. Only 64-bit needs search_extable() due to a stepping bug. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
10 lines
328 B
Text
10 lines
328 B
Text
#
|
|
# Makefile for the linux i386-specific parts of the memory manager.
|
|
#
|
|
|
|
obj-y := init_32.o pgtable_32.o fault_32.o ioremap_32.o extable.o pageattr_32.o mmap.o
|
|
|
|
obj-$(CONFIG_NUMA) += discontig_32.o
|
|
obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
|
|
obj-$(CONFIG_HIGHMEM) += highmem_32.o
|
|
obj-$(CONFIG_BOOT_IOREMAP) += boot_ioremap_32.o
|