diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:13:47 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:13:47 +0200 |
commit | afb5ce0671f8b14f15525fd3e952b4a989c94a6b (patch) | |
tree | 8a2ac95297d375b32beb01a614cd4c0acf35f881 /arch/i386/mm/Makefile | |
parent | 6e5191ef150947ed6e42751010e4932436e70ec9 (diff) | |
download | blackbird-op-linux-afb5ce0671f8b14f15525fd3e952b4a989c94a6b.tar.gz blackbird-op-linux-afb5ce0671f8b14f15525fd3e952b4a989c94a6b.zip |
i386: prepare shared mm/init.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/i386/mm/Makefile')
-rw-r--r-- | arch/i386/mm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/mm/Makefile b/arch/i386/mm/Makefile index 643b57b82f3b..fb0a4f3bbdf8 100644 --- a/arch/i386/mm/Makefile +++ b/arch/i386/mm/Makefile @@ -2,7 +2,7 @@ # Makefile for the linux i386-specific parts of the memory manager. # -obj-y := init.o pgtable.o fault.o ioremap_32.o extable.o pageattr.o mmap.o +obj-y := init_32.o pgtable.o fault.o ioremap_32.o extable.o pageattr.o mmap.o obj-$(CONFIG_NUMA) += discontig_32.o obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o |