From: Tejun Heo Date: Fri, 9 Apr 2010 09:57:01 +0000 (+0900) Subject: percpu: misc preparations for nommu support X-Git-Tag: v2.6.35-rc1~486^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88999a898b565960690f18e4a13a1e8a9fa4dfef;p=pandora-kernel.git percpu: misc preparations for nommu support Make the following misc preparations for percpu nommu support. * Remove refernces to vmalloc in common comments as nommu percpu won't use it. * Rename chunk->vms to chunk->data and make it void *. Its use is determined by chunk management implementation. * Relocate utility functions and add __maybe_unused to functions which might not be used by different chunk management implementations. This patch doesn't cause any functional change. This is to allow alternate chunk management implementation for percpu nommu support. Signed-off-by: Tejun Heo Reviewed-by: David Howells Cc: Graff Yang Cc: Sonic Zhang --- Reading git-diff-tree failed