x86: unify mmap_{32|64}.c
authorHarvey Harrison <harvey.harrison@gmail.com>
Wed, 30 Jan 2008 12:31:10 +0000 (13:31 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:31:10 +0000 (13:31 +0100)
commit675a0813609f9097e323261b1cc4b9dc3f50d40b
treecb23f505f2e2d8a0f9b982ffa7c63858052cf036
parentf3f20de87c03a90add5e34806c28a03a0d60bde0
x86: unify mmap_{32|64}.c

mmap_is_ia32 always true for X86_32, or while emulating IA32 on X86_64

Randomization not supported on X86_32 in legacy layout.  Both layouts allow
randomization on X86_64.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/mm/Makefile_32
arch/x86/mm/Makefile_64
arch/x86/mm/mmap.c [new file with mode: 0644]
arch/x86/mm/mmap_32.c [deleted file]
arch/x86/mm/mmap_64.c [deleted file]