commit | b38868aabeeb9c0c76a41ac5fa98c24bf0096f2a | [log] [tgz] |
---|---|---|
author | Mike Travis <travis@sgi.com> | Fri Jul 18 18:11:32 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Jul 20 10:21:11 2008 +0200 |
tree | 493179e0ad02454f77357c24006cfd83df5ff3dd | |
parent | 94a1e869c7b96a9d30e260084866383a145fd8ae [diff] |
NR_CPUS: Replace NR_CPUS in cpufreq userspace routines * Replace arrays sized by NR_CPUS with percpu variables. Prior reference: http://marc.info/?l=linux-kernel&m=120251421825989&w=4 Subject: [PATCH 1/4] cpufreq: change cpu freq tables to per_cpu variables From: Mike Travis <travis () sgi ! com> Date: 2008-02-08 23:37:39 Signed-off-by: Mike Travis <travis@sgi.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>