diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:13:45 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:13:45 -0400 |
commit | 1fd10ed659d6840850311e991ee3ba78e9e5a4a4 (patch) | |
tree | 423f1031c171ed177998ebb1b540ee16e527e6fd | |
parent | 9b88467687550507cca30b49217518e8ba8cda4e (diff) |
i386: prepare shared mm/ioremap.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-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 80908b5aa60f..f4ff3aca1a90 100644 --- a/arch/i386/mm/Makefile +++ b/arch/i386/mm/Makefile | |||
@@ -2,9 +2,9 @@ | |||
2 | # Makefile for the linux i386-specific parts of the memory manager. | 2 | # Makefile for the linux i386-specific parts of the memory manager. |
3 | # | 3 | # |
4 | 4 | ||
5 | obj-y := init.o pgtable.o fault.o ioremap.o extable.o pageattr.o mmap.o | 5 | obj-y := init.o pgtable.o fault.o ioremap_32.o extable.o pageattr.o mmap.o |
6 | 6 | ||
7 | obj-$(CONFIG_NUMA) += discontig.o | 7 | obj-$(CONFIG_NUMA) += discontig.o |
8 | obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o | 8 | obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o |
9 | obj-$(CONFIG_HIGHMEM) += highmem.o | 9 | obj-$(CONFIG_HIGHMEM) += highmem.o |
10 | obj-$(CONFIG_BOOT_IOREMAP) += boot_ioremap.o | 10 | obj-$(CONFIG_BOOT_IOREMAP) += boot_ioremap_32.o |
diff --git a/arch/i386/mm/ioremap.c b/arch/i386/mm/ioremap_32.c index 0b278315d737..0b278315d737 100644 --- a/arch/i386/mm/ioremap.c +++ b/arch/i386/mm/ioremap_32.c | |||