aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/pmac32-cpufreq.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/cpufreq/pmac32-cpufreq.c')
-rw-r--r--drivers/cpufreq/pmac32-cpufreq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/cpufreq/pmac32-cpufreq.c b/drivers/cpufreq/pmac32-cpufreq.c
index 61ae06ca008e..52f0d91d30c1 100644
--- a/drivers/cpufreq/pmac32-cpufreq.c
+++ b/drivers/cpufreq/pmac32-cpufreq.c
@@ -128,7 +128,7 @@ static int cpu_750fx_cpu_speed(int low_speed)
128 mtspr(SPRN_HID2, hid2); 128 mtspr(SPRN_HID2, hid2);
129 } 129 }
130 } 130 }
131#ifdef CONFIG_6xx 131#ifdef CONFIG_PPC_BOOK3S_32
132 low_choose_750fx_pll(low_speed); 132 low_choose_750fx_pll(low_speed);
133#endif 133#endif
134 if (low_speed == 1) { 134 if (low_speed == 1) {
@@ -166,7 +166,7 @@ static int dfs_set_cpu_speed(int low_speed)
166 } 166 }
167 167
168 /* set frequency */ 168 /* set frequency */
169#ifdef CONFIG_6xx 169#ifdef CONFIG_PPC_BOOK3S_32
170 low_choose_7447a_dfs(low_speed); 170 low_choose_7447a_dfs(low_speed);
171#endif 171#endif
172 udelay(100); 172 udelay(100);