diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:13:52 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:13:52 -0400 |
commit | 94577c112487d68db4f258bd19cfc7100480d0cc (patch) | |
tree | 4398c7f9538eed42944c9dce25cc833f0d4b6646 /arch/i386 | |
parent | 7099ec6e17b3d207f1c622cff023209acc6ba47a (diff) |
i386: prepare shared mm/extable.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/i386')
-rw-r--r-- | arch/i386/mm/Makefile | 2 | ||||
-rw-r--r-- | arch/i386/mm/extable_32.c (renamed from arch/i386/mm/extable.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/mm/Makefile b/arch/i386/mm/Makefile index 969769a036c5..c5ae6432203d 100644 --- a/arch/i386/mm/Makefile +++ b/arch/i386/mm/Makefile | |||
@@ -2,7 +2,7 @@ | |||
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_32.o pgtable.o fault.o ioremap_32.o extable.o pageattr.o mmap_32.o | 5 | obj-y := init_32.o pgtable.o fault.o ioremap_32.o extable_32.o pageattr.o mmap_32.o |
6 | 6 | ||
7 | obj-$(CONFIG_NUMA) += discontig_32.o | 7 | obj-$(CONFIG_NUMA) += discontig_32.o |
8 | obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o | 8 | obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o |
diff --git a/arch/i386/mm/extable.c b/arch/i386/mm/extable_32.c index 0ce4f22a2635..0ce4f22a2635 100644 --- a/arch/i386/mm/extable.c +++ b/arch/i386/mm/extable_32.c | |||