]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: use vm_unmapped_area() on powerpc architecture
authorMichel Lespinasse <walken@google.com>
Wed, 20 Mar 2013 04:06:52 +0000 (15:06 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 21 Mar 2013 05:27:13 +0000 (16:27 +1100)
commitc6b3bd7cf3c2b669f1343dee0a9c89dc1da7994f
tree7dc37b5b50e9917102d92c09fe18bdae8b675950
parent2c73b77a0b10c7024d1c0295edf918d67c5d512c
mm: use vm_unmapped_area() on powerpc architecture

Update the powerpc slice_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>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Tested-by: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/powerpc/mm/slice.c