aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/mmap_32.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2008-01-30 07:30:26 -0500
committerIngo Molnar <mingo@elte.hu>2008-01-30 07:30:26 -0500
commit4ec08da02f0fda16fbc8dfa040568facaa576790 (patch)
treebbd4e0dd8c71c5c2b9af1cb9d4d43e42cec6020f /arch/x86/mm/mmap_32.c
parentf8eeae682166e3b965dcdaf499932f4b63cc5b5d (diff)
x86: remove the duplicated arch/x86/ia32/mmap32.c
Use mmap_32.c in arch/x86/mm instead Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mm/mmap_32.c')
-rw-r--r--arch/x86/mm/mmap_32.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/mm/mmap_32.c b/arch/x86/mm/mmap_32.c
index d7dd0962a6d7..d490662e4af4 100644
--- a/arch/x86/mm/mmap_32.c
+++ b/arch/x86/mm/mmap_32.c
@@ -57,7 +57,11 @@ static inline unsigned long mmap_base(struct mm_struct *mm)
57 * This function, called very early during the creation of a new 57 * This function, called very early during the creation of a new
58 * process VM image, sets up which VM layout function to use: 58 * process VM image, sets up which VM layout function to use:
59 */ 59 */
60#ifdef CONFIG_X86_32
60void arch_pick_mmap_layout(struct mm_struct *mm) 61void arch_pick_mmap_layout(struct mm_struct *mm)
62#else
63void ia32_pick_mmap_layout(struct mm_struct *mm)
64#endif
61{ 65{
62 /* 66 /*
63 * Fall back to the standard layout if the personality 67 * Fall back to the standard layout if the personality