From: Rusty Russell Date: Fri, 13 Mar 2009 04:19:46 +0000 (+1030) Subject: cpumask: use topology_core_cpumask/topology_thread_cpumask instead of cpu_core_map... X-Git-Tag: v2.6.30-rc1~3^2~6^2~10^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c69fc56de1df5769f2ec69c915c7ad5afe63804c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed