From: Joonsoo Kim Date: Mon, 29 Oct 2012 13:59:58 +0000 (+0900) Subject: percpu: make pcpu_free_chunk() use pcpu_mem_free() instead of kfree() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~58^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4916cb17c261a6043bcb2a98d0d6512497a7cf8;p=pandora-kernel.git percpu: make pcpu_free_chunk() use pcpu_mem_free() instead of kfree() commit 099a19d9('allow limited allocation before slab is online') made pcpu_alloc_chunk() use pcpu_mem_zalloc() but forgot to update pcpu_free_chunk() accordingly. This doesn't cause any immediate problema, but fix it for consistency. tj: commit message updated Signed-off-by: Joonsoo Kim Cc: Christoph Lameter Signed-off-by: Tejun Heo --- Reading git-diff-tree failed