Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9531
b: refs/heads/master
c: a9487e4
h: refs/heads/master
i:
  9529: 183e1e4
  9527: 045fcf4
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Linus Torvalds committed Oct 1, 2005
1 parent 0177862 commit f47acb6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 69d37960b578be0a69383bd71d06c1fcfb86e8b9
refs/heads/master: a9487e48a34d7ad606f40a76080475a522a27cff
7 changes: 7 additions & 0 deletions trunk/arch/ppc/platforms/pmac_cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,13 @@ static int __init pmac_cpufreq_setup(void)
set_speed_proc = pmu_set_cpu_speed;
is_pmu_based = 1;
}
/* Else check for TiPb 550 */
else if (machine_is_compatible("PowerBook3,3") && cur_freq == 550000) {
hi_freq = cur_freq;
low_freq = 500000;
set_speed_proc = pmu_set_cpu_speed;
is_pmu_based = 1;
}
/* Else check for TiPb 400 & 500 */
else if (machine_is_compatible("PowerBook3,2")) {
/* We only know about the 400 MHz and the 500Mhz model
Expand Down

0 comments on commit f47acb6

Please sign in to comment.