From: Michel Lespinasse Date: Mon, 29 Apr 2013 18:53:52 +0000 (-0700) Subject: mm: remove free_area_cache use in powerpc architecture X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~66^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34d07177b802e963f3b14bf3dd8caf294f41fea7;p=pandora-kernel.git 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 Acked-by: Rik van Riel Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: "Aneesh Kumar K.V" Signed-off-by: Andrew Morton Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed