diff options
| author | Andrew Morton <akpm@osdl.org> | 2006-03-25 04:51:23 -0500 |
|---|---|---|
| committer | Dave Jones <davej@redhat.com> | 2006-03-27 15:06:08 -0500 |
| commit | 64840e2722aeb789574e336d231bbc6436d51b34 (patch) | |
| tree | eede793fd2260b68bd52491e11e0e8410df31317 | |
| parent | eef5167e5045fa8265b3e72cac9dbc4bc7dd82a6 (diff) | |
[CPUFREQ] powernow: remove private for_each_cpu_mask()
It is unneeded and wrong.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dave Jones <davej@redhat.com>
| -rw-r--r-- | arch/i386/kernel/cpu/cpufreq/powernow-k8.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/i386/kernel/cpu/cpufreq/powernow-k8.h b/arch/i386/kernel/cpu/cpufreq/powernow-k8.h index 00ea899c17e1..79a7c5c87edc 100644 --- a/arch/i386/kernel/cpu/cpufreq/powernow-k8.h +++ b/arch/i386/kernel/cpu/cpufreq/powernow-k8.h | |||
| @@ -182,10 +182,6 @@ static int core_frequency_transition(struct powernow_k8_data *data, u32 reqfid); | |||
| 182 | 182 | ||
| 183 | static void powernow_k8_acpi_pst_values(struct powernow_k8_data *data, unsigned int index); | 183 | static void powernow_k8_acpi_pst_values(struct powernow_k8_data *data, unsigned int index); |
| 184 | 184 | ||
| 185 | #ifndef for_each_cpu_mask | ||
| 186 | #define for_each_cpu_mask(i,mask) for (i=0;i<1;i++) | ||
| 187 | #endif | ||
| 188 | |||
| 189 | #ifdef CONFIG_SMP | 185 | #ifdef CONFIG_SMP |
| 190 | static inline void define_siblings(int cpu, cpumask_t cpu_sharedcore_mask[]) | 186 | static inline void define_siblings(int cpu, cpumask_t cpu_sharedcore_mask[]) |
| 191 | { | 187 | { |
