commit | c4762aba0b1f72659aae9ce37b772ca8bd8f06f4 | [log] [tgz] |
---|---|---|
author | Mike Travis <travis@sgi.com> | Fri Jul 18 18:11:34 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Jul 20 10:21:12 2008 +0200 |
tree | 6ad78136d1ae2ec9f08edaf1a1e05225e1116ab7 | |
parent | 80422d3431cc990b967da129f9eb8e3e9989f841 [diff] |
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 <travis@sgi.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>