]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8a8ff5733dbe6e2b3e2e2685302d5531efe882b1
treeccb7bbf70ef6e2e08e8ae83964b09fbdcf74808a
parent14815a8cec66226eb69ed43c5e146fc2a53bcbe1
cpumask: Use topology_core_cpumask()/topology_thread_cpumask()

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
Documentation/cputopology.txt
drivers/base/topology.c
drivers/net/sfc/efx.c
include/linux/topology.h