commit | c69fc56de1df5769f2ec69c915c7ad5afe63804c | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Fri Mar 13 14:49:46 2009 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Mar 13 14:49:46 2009 +1030 |
tree | 18cc8d2ad5d6643edf8b73a3a7d26c55b2125d25 | |
parent | d95c3578120e5bc4784069439f00ccb1b5f87717 [diff] |
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>