]> Git Repo - linux.git/commit
mm: use vm_unmapped_area() on x86_64 architecture
authorMichel Lespinasse <[email protected]>
Wed, 12 Dec 2012 00:01:52 +0000 (16:01 -0800)
committerLinus Torvalds <[email protected]>
Wed, 12 Dec 2012 01:22:25 +0000 (17:22 -0800)
commitf99024729e689f5de4534fde5400e3b035f068de
treea0a568f6cc6df064b67c9594715a0d505726df3a
parentdb4fbfb9523c93583c339e66023506f651c1d54b
mm: use vm_unmapped_area() on x86_64 architecture

Update the x86_64 arch_get_unmapped_area[_topdown] functions to make use
of vm_unmapped_area() instead of implementing a brute force search.

Signed-off-by: Michel Lespinasse <[email protected]>
Reviewed-by: Rik van Riel <[email protected]>
Cc: Hugh Dickins <[email protected]>
Cc: Russell King <[email protected]>
Cc: Ralf Baechle <[email protected]>
Cc: Paul Mundt <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: Chris Metcalf <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: "H. Peter Anvin" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/x86/include/asm/elf.h
arch/x86/kernel/sys_x86_64.c
arch/x86/vdso/vma.c
This page took 0.053845 seconds and 4 git commands to generate.