]> git.karo-electronics.de Git - linux-beck.git/commitdiff
i386: prepare shared mm/ioremap.c
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:13:45 +0000 (11:13 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:13:45 +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/ioremap_32.c [moved from arch/i386/mm/ioremap.c with 100% similarity]

index 80908b5aa60ff5a80a7390d75cf31a393be86db4..f4ff3aca1a905f549a8e58442accb394a2f1f2ee 100644 (file)
@@ -2,9 +2,9 @@
 # Makefile for the linux i386-specific parts of the memory manager.
 #
 
-obj-y  := init.o pgtable.o fault.o ioremap.o extable.o pageattr.o mmap.o
+obj-y  := init.o pgtable.o fault.o ioremap_32.o extable.o pageattr.o mmap.o
 
 obj-$(CONFIG_NUMA) += discontig.o
 obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
 obj-$(CONFIG_HIGHMEM) += highmem.o
-obj-$(CONFIG_BOOT_IOREMAP) += boot_ioremap.o
+obj-$(CONFIG_BOOT_IOREMAP) += boot_ioremap_32.o