From 1fd10ed659d6840850311e991ee3ba78e9e5a4a4 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 11 Oct 2007 11:13:45 +0200 Subject: [PATCH] i386: prepare shared mm/ioremap.c Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- arch/i386/mm/Makefile | 4 ++-- arch/i386/mm/{ioremap.c => ioremap_32.c} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename arch/i386/mm/{ioremap.c => ioremap_32.c} (100%) diff --git a/arch/i386/mm/Makefile b/arch/i386/mm/Makefile index 80908b5aa60..f4ff3aca1a9 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 similarity index 100% rename from arch/i386/mm/ioremap.c rename to arch/i386/mm/ioremap_32.c -- 2.46.0