From: Rusty Russell Date: Mon, 29 Dec 2008 22:35:15 +0000 (+1030) Subject: cpumask: make cpumask.h eat its own dogfood. X-Git-Tag: v2.6.29-rc1~521^2~11^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae7a47e72e1a0b5e2b46d1596bc2c22942a73023;p=pandora-kernel.git cpumask: make cpumask.h eat its own dogfood. Changes: 1) cpumask_t to struct cpumask, 2) cpus_weight_nr to cpumask_weight, 3) cpu_isset to cpumask_test_cpu, 4) ->bits to cpumask_bits() 5) cpu_*_map to cpu_*_mask. 6) for_each_cpu_mask_nr to for_each_cpu Signed-off-by: Rusty Russell --- Reading git-diff-tree failed