]> Pileus Git - ~andy/linux/commitdiff
i386: prepare shared mm/highmem.c
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:13:55 +0000 (11:13 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:13:55 +0000 (11:13 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/i386/mm/Makefile
arch/i386/mm/highmem_32.c [moved from arch/i386/mm/highmem.c with 100% similarity]

index 78c242ccaed0aeddc25ac5d538d6acaccae8b094..2c81ad14a62bd22e3d5b3b1f5106afbc37a80da4 100644 (file)
@@ -6,5 +6,5 @@ obj-y   := init_32.o pgtable_32.o fault.o ioremap_32.o extable_32.o pageattr.o mma
 
 obj-$(CONFIG_NUMA) += discontig_32.o
 obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
-obj-$(CONFIG_HIGHMEM) += highmem.o
+obj-$(CONFIG_HIGHMEM) += highmem_32.o
 obj-$(CONFIG_BOOT_IOREMAP) += boot_ioremap_32.o