]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: use vm_unmapped_area() in hugetlbfs on ia64 architecture
authorMichel Lespinasse <walken@google.com>
Wed, 20 Feb 2013 02:13:47 +0000 (13:13 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Feb 2013 05:52:12 +0000 (16:52 +1100)
commit123f2689099d5f454133afd494590a2d6e7e6d90
tree2e5ae8011a51e6cc54ef2463adf32e7089d9ae13
parent11e53ba5a04fdafbfa0105455c9b12e910b8182e
mm: use vm_unmapped_area() in hugetlbfs on ia64 architecture

Update the ia64 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>
Acked-by: Rik van Riel <riel@redhat.com>
Cc: "Luck, Tony" <tony.luck@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/ia64/mm/hugetlbpage.c