From: Rusty Russell Date: Sun, 4 Jan 2009 13:18:06 +0000 (-0800) Subject: cpumask: convert struct cpufreq_policy to cpumask_var_t X-Git-Tag: v2.6.29-rc1~5^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=835481d9bcd65720b473db6b38746a74a3964218;p=pandora-kernel.git cpumask: convert struct cpufreq_policy to cpumask_var_t Impact: use new cpumask API to reduce memory usage 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). Signed-off-by: Rusty Russell Signed-off-by: Mike Travis Acked-by: Dave Jones Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed