]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit02969dd743aea500242ef0a9d136e7adf1a9b50d
treecb23f505f2e2d8a0f9b982ffa7c63858052cf036
parentdefa96787fee863a7edb4c2cbc8db618690d8f4c
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]