mm: remove free_area_cache use in powerpc architecture
authorMichel Lespinasse <walken@google.com>
Mon, 29 Apr 2013 18:53:52 +0000 (11:53 -0700)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 30 Apr 2013 01:05:10 +0000 (11:05 +1000)
commit34d07177b802e963f3b14bf3dd8caf294f41fea7
tree38a20210326cde47f836875e71f59b63577a02ad
parent3925f46bb5902ba9f227591584e27acb6a32c9b0
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>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.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