commit | 3850169dbddcc9e53fd550eb093af7da5dfcefa9 | [log] [tgz] |
---|---|---|
author | Olof Johansson <olof@lixom.net> | Wed Sep 05 12:09:45 2007 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Fri Sep 14 01:33:22 2007 +1000 |
tree | 006b679ddb52704f1a3a945513bd9316733962af | |
parent | cd7834167ffb66b470e4d9edb10efb5c1a2dfe7f [diff] |
[POWERPC] pasemi: Move pasemi_idle_init() to late_initcall() Move pasemi_idle_init() to be a late_initcall instead of being called from setup_arch(). This way the cpufreq driver has a chance to initialize and save away the boot time astate before we go to idle for the first time. Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Paul Mackerras <paulus@samba.org>