]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: remove free_area_cache use in powerpc architecture
authorMichel Lespinasse <walken@google.com>
Wed, 20 Mar 2013 04:06:51 +0000 (15:06 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 21 Mar 2013 05:27:13 +0000 (16:27 +1100)
commit2c73b77a0b10c7024d1c0295edf918d67c5d512c
tree849963ce660466383e4ad01e5e2aafde31c1d922
parent29664fbe82993e73100df9455a371920894d9bee
mm: remove free_area_cache use in powerpc architecture

As all other architectures have been converted to use vm_unmapped_area(),
we are about to retire the free_area_cache.

This change simply removes the use of that cache in
slice_get_unmapped_area(), which will most certainly have a
performance cost. Next one will convert that function to use the
vm_unmapped_area() infrastructure and regain the performance.

Signed-off-by: Michel Lespinasse <walken@google.com>
Acked-by: Rik van Riel <riel@redhat.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/powerpc/include/asm/page_64.h
arch/powerpc/mm/hugetlbpage.c
arch/powerpc/mm/slice.c
arch/powerpc/platforms/cell/spufs/file.c