commit | f04d264afc51acdffeba9cdf3baf04116687680c | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | Tue May 27 09:37:42 2008 +0200 |
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | Tue May 27 09:37:42 2008 +0200 |
tree | d38c45118d2f9cf0487821212470746b9befbc41 | |
parent | d56acacdcd370c0077821a012607876cb11b1b3b [diff] |
avr32: Fix cpufreq oops when ondemand governor is default Move the AP7 cpufreq init to late_initcall() so that we don't try to bring up cpufreq until the governor is ready. x86 also uses late_initcall() for this. Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>