From: Cody P Schafer Date: Wed, 1 Oct 2014 06:03:17 +0000 (-0700) Subject: powerpc/perf/hv-24x7: use kmem_cache instead of aligned stack allocations X-Git-Tag: omap-for-v3.19/prcm-cleanup~114^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48bee8a6c98e34367fa9d5e1be14109c92cbbb3b;p=pandora-kernel.git powerpc/perf/hv-24x7: use kmem_cache instead of aligned stack allocations Ian pointed out the use of __aligned(4096) caused rather large stack consumption in single_24x7_request(), so use the kmem_cache hv_page_cache (which we've already got set up for other allocations) insead of allocating locally. CC: Haren Myneni Reported-by: Ian Munsie Signed-off-by: Cody P Schafer Signed-off-by: Sukadev Bhattiprolu Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed