cpumask: Use topology_core_cpumask()/topology_thread_cpumask()
authorRusty Russell <rusty@rustcorp.com.au>
Sun, 11 Jan 2009 05:58:08 +0000 (21:58 -0800)
committerIngo Molnar <mingo@elte.hu>
Sun, 11 Jan 2009 18:12:49 +0000 (19:12 +0100)
Impact: reduce stack usage, use new cpumask API.

This actually uses topology_core_cpumask() and
topology_thread_cpumask(), removing the only users of
topology_core_siblings() and topology_thread_siblings()

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Mike Travis <travis@sgi.com>
Cc: linux-net-drivers@solarflare.com

No differences found