From: Emil Medve Date: Wed, 21 Jan 2015 22:21:14 +0000 (-0600) Subject: powerpc: Replace cpumask_weight(cpu_possible_mask) with num_possible_cpus() X-Git-Tag: fixes-v4.0-rc1~132^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53a448c3d5d721cd85e3ad3e38c222a4dbb17f13;p=pandora-kernel.git powerpc: Replace cpumask_weight(cpu_possible_mask) with num_possible_cpus() num_possible_cpus() is just a shorthand for it. Signed-off-by: Emil Medve Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed