diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 09:13:45 (GMT) |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 09:13:45 (GMT) |
commit | 1fd10ed659d6840850311e991ee3ba78e9e5a4a4 (patch) | |
tree | 423f1031c171ed177998ebb1b540ee16e527e6fd /arch | |
parent | 9b88467687550507cca30b49217518e8ba8cda4e (diff) | |
download | linux-1fd10ed659d6840850311e991ee3ba78e9e5a4a4.tar.xz |
i386: prepare shared mm/ioremap.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/mm/Makefile | 4 | ||||
-rw-r--r-- | arch/i386/mm/ioremap_32.c (renamed from arch/i386/mm/ioremap.c) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/i386/mm/Makefile b/arch/i386/mm/Makefile index 80908b5..f4ff3ac 100644 --- a/arch/i386/mm/Makefile +++ b/arch/i386/mm/Makefile @@ -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 diff --git a/arch/i386/mm/ioremap.c b/arch/i386/mm/ioremap_32.c index 0b27831..0b27831 100644 --- a/arch/i386/mm/ioremap.c +++ b/arch/i386/mm/ioremap_32.c |