From: Rusty Russell Date: Thu, 1 Jan 2009 02:08:47 +0000 (-0800) Subject: cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_t X-Git-Tag: v2.6.29-rc1~521^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fdf66b491ac706657946442789ec644cc317e1a;p=pandora-kernel.git cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_t Impact: Reduce memory usage, use new API. This is part of an effort to reduce structure sizes for machines configured with large NR_CPUS. cpumask_t gets replaced by cpumask_var_t, which is either struct cpumask[1] (small NR_CPUS) or struct cpumask * (large NR_CPUS). (Changes to powernow-k* by .) Signed-off-by: Rusty Russell Signed-off-by: Mike Travis Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed