cpumask: use topology_core_cpumask/topology_thread_cpumask instead of cpu_core_map...
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 13 Mar 2009 04:19:46 +0000 (14:49 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 13 Mar 2009 04:19:46 +0000 (14:49 +1030)
commitc69fc56de1df5769f2ec69c915c7ad5afe63804c
tree18cc8d2ad5d6643edf8b73a3a7d26c55b2125d25
parentd95c3578120e5bc4784069439f00ccb1b5f87717
cpumask: use topology_core_cpumask/topology_thread_cpumask instead of cpu_core_map/cpu_sibling_map

Impact: cleanup

This is presumably what those definitions are for, and while all archs
define cpu_core_map/cpu_sibling map, that's changing (eg. x86 wants to
change it to a pointer).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
block/blk.h
kernel/sched.c