]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: use vm_unmapped_area() 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)
commit11e53ba5a04fdafbfa0105455c9b12e910b8182e
tree79c06546be5f52da5dab3ec6e194ea322643373f
parentc89222d81840fbc78869948edb0713c5aac5c20a
mm: use vm_unmapped_area() on ia64 architecture

Update the ia64 arch_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/kernel/sys_ia64.c