commit | 83b19597f793fd5f91533bda0dc2eb3d21936798 | [log] [tgz] |
---|---|---|
author | Mike Travis <travis@sgi.com> | Tue Dec 16 17:34:06 2008 -0800 |
committer | Mike Travis <travis@sgi.com> | Tue Dec 16 17:40:59 2008 -0800 |
tree | 95587d44420823a8f21c99b396a4e3822566de2f | |
parent | e4d98207ea3f3d15eb664282df16d18c4ac86f80 [diff] |
x86: Introduce topology_core_cpumask()/topology_thread_cpumask() Impact: new API The old topology_core_siblings() and topology_thread_siblings() return a cpumask_t; these new ones return a (const) struct cpumask *. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Mike Travis <travis@sgi.com>