From: Rusty Russell Date: Fri, 13 Mar 2009 04:19:50 +0000 (+1030) Subject: cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_t X-Git-Tag: v2.6.30-rc1~3^2~6^2~10^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ad728f98162cb1af06a85b2a5fc422dddd4fb78;p=pandora-kernel.git cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_t Impact: reduce per-cpu size for CONFIG_CPUMASK_OFFSTACK=y In most places it's cleaner to use the accessors cpu_sibling_mask() and cpu_core_mask() wrappers which already exist. I couldn't avoid cleaning up the access in oprofile, either. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed