]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mm: use vm_unmapped_area() in hugetlbfs on sparc64 architecture
authorMichel Lespinasse <walken@google.com>
Fri, 9 Nov 2012 03:04:28 +0000 (14:04 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 9 Nov 2012 03:08:47 +0000 (14:08 +1100)
commit22a938b2ae1e6dee3e7dad3fec53fea757bd0102
tree38da3d931345e18950243d193a98723c6824b172
parentfd7fc54606ba8769d020b2d8ceade52f30980baf
mm: use vm_unmapped_area() in hugetlbfs on sparc64 architecture

Update the sparc64 hugetlb_get_unmapped_area function to make use of
vm_unmapped_area() instead of implementing a brute force search.

Signed-off-by: Michel Lespinasse <walken@google.com>
Reviewed-by: Rik van Riel <riel@redhat.com>
Cc: Hugh Dickins <hughd@google.com>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Paul Mundt <lethal@linux-sh.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Chris Metcalf <cmetcalf@tilera.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/sparc/mm/hugetlbpage.c