aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2006-03-25 01:51:23 -0800
committerDave Jones <davej@redhat.com>2006-03-27 15:06:08 -0500
commit64840e2722aeb789574e336d231bbc6436d51b34 (patch)
treeeede793fd2260b68bd52491e11e0e8410df31317 /arch
parenteef5167e5045fa8265b3e72cac9dbc4bc7dd82a6 (diff)
downloadlinux-64840e2722aeb789574e336d231bbc6436d51b34.tar.gz
[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>
Diffstat (limited to 'arch')
-rw-r--r--arch/i386/kernel/cpu/cpufreq/powernow-k8.h4
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 00ea899c17e1b..79a7c5c87edcf 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);
static void powernow_k8_acpi_pst_values(struct powernow_k8_data *data, unsigned int index);
-#ifndef for_each_cpu_mask
-#define for_each_cpu_mask(i,mask) for (i=0;i<1;i++)
-#endif
-
#ifdef CONFIG_SMP
static inline void define_siblings(int cpu, cpumask_t cpu_sharedcore_mask[])
{