]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
avr32: Fix cpufreq oops when ondemand governor is default
authorHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Tue, 27 May 2008 07:37:42 +0000 (09:37 +0200)
committerHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Tue, 27 May 2008 07:37:42 +0000 (09:37 +0200)
commitf04d264afc51acdffeba9cdf3baf04116687680c
treed38c45118d2f9cf0487821212470746b9befbc41
parentd56acacdcd370c0077821a012607876cb11b1b3b
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>
arch/avr32/mach-at32ap/cpufreq.c