From: Tejun Heo Date: Fri, 6 Mar 2009 15:44:09 +0000 (+0900) Subject: percpu: replace pcpu_realloc() with pcpu_mem_alloc() and pcpu_mem_free() X-Git-Tag: v2.6.30-rc1~639^2~1^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1880d93b80acc3171850e9df5048bcb26b75c2f5;p=pandora-kernel.git percpu: replace pcpu_realloc() with pcpu_mem_alloc() and pcpu_mem_free() Impact: code reorganization for later changes With static map handling moved to pcpu_split_block(), pcpu_realloc() only clutters the code and it's also unsuitable for scheduled locking changes. Implement and use pcpu_mem_alloc/free() instead. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed