From: Tejun Heo Date: Fri, 20 Feb 2009 07:29:08 +0000 (+0900) Subject: percpu: kill percpu_alloc() and friends X-Git-Tag: v2.6.30-rc1~2^2~50^2~19^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2a8205c4ef1af917d175c36a4097ae5587791c8;p=pandora-kernel.git percpu: kill percpu_alloc() and friends Impact: kill unused functions percpu_alloc() and its friends never saw much action. It was supposed to replace the cpu-mask unaware __alloc_percpu() but it never happened and in fact __percpu_alloc_mask() itself never really grew proper up/down handling interface either (no exported interface for populate/depopulate). percpu allocation is about to go through major reimplementation and there's no reason to carry this unused interface around. Replace it with __alloc_percpu() and free_percpu(). Signed-off-by: Tejun Heo --- Reading git-diff-tree failed