commit | ae7a47e72e1a0b5e2b46d1596bc2c22942a73023 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Tue Dec 30 09:05:15 2008 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Dec 30 09:05:15 2008 +1030 |
tree | 7cfbed58940f2feb9e2405d81a6688c6bce237b4 | |
parent | b3199c025d1646e25e7d1d640dd605db251dccf8 [diff] |
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 <rusty@rustcorp.com.au>