~ubuntu-branches/ubuntu/karmic/linux-mvl-dove/karmic-proposed

« back to all changes in this revision

Viewing changes to arch/powerpc/platforms/powermac/cpufreq_32.c

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Bader
  • Date: 2010-03-10 22:24:12 UTC
  • mto: (15.1.2 karmic-security)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20100310222412-k86m3r53jw0je7x1
Tags: upstream-2.6.31
ImportĀ upstreamĀ versionĀ 2.6.31

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 */
45
45
#undef DEBUG_FREQ
46
46
 
 
47
/*
 
48
 * There is a problem with the core cpufreq code on SMP kernels,
 
49
 * it won't recalculate the Bogomips properly
 
50
 */
 
51
#ifdef CONFIG_SMP
 
52
#warning "WARNING, CPUFREQ not recommended on SMP kernels"
 
53
#endif
 
54
 
47
55
extern void low_choose_7447a_dfs(int dfs);
48
56
extern void low_choose_750fx_pll(int pll);
49
57
extern void low_sleep_handler(void);