From: Namhyung Kim Date: Wed, 11 Aug 2010 02:19:19 +0000 (+0900) Subject: percpu: fix a mismatch between code and comment X-Git-Tag: v2.6.36-rc4~85^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54157c44471f5e266508ac08d270f2bc5857e8bb;p=pandora-kernel.git percpu: fix a mismatch between code and comment When pcpu_build_alloc_info() searches best_upa value, it ignores current value if the number of waste units exceeds 1/3 of the number of total cpus. But the comment on the code says that it will ignore if wastage is over 25%. Modify the comment. Signed-off-by: Namhyung Kim Signed-off-by: Tejun Heo --- Reading git-diff-tree failed