From: Mike Travis Date: Sat, 19 Jul 2008 01:11:34 +0000 (-0700) Subject: NR_CPUS: Replace NR_CPUS in speedstep-centrino.c X-Git-Tag: v2.6.27-rc1~848^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4762aba0b1f72659aae9ce37b772ca8bd8f06f4;p=pandora-kernel.git NR_CPUS: Replace NR_CPUS in speedstep-centrino.c Some cleanups in speedstep-centrino.c for NR_CPUS=4096. * Use new CPUMASK_PTR (instead of old CPUMASK_VAR). * Replace arrays sized by NR_CPUS with percpu variables. * Cleanup some formatting problems (>80 chars per line) and other checkpatch complaints. Signed-off-by: Mike Travis Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed