aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/cpufreq/longhaul.h
Commit message (Collapse)AuthorAge
* [CPUFREQ] Move x86 drivers to drivers/cpufreq/Dave Jones2011-05-19
| | | | Signed-off-by: Dave Jones <davej@redhat.com>
* [CPUFREQ] Fix section mismatch for longhaul_cpu_init.Holger Freyther2010-08-03
| | | | | | | | | | | | Use __cpuinit instead of __init for the cpufreq_driver init function like it is done in powernow-k8.c. Use the __cpuinitdata for data used by the routines marked as __cpuinit. This is removing the warning generated when compiling with the CONFIG_DEBUG_SECTION_MISMATCH=y option. Signed-off-by: Holger Hans Peter Freyther <holger@moiji-mobile.com> Signed-off-by: Dave Jones <davej@redhat.com>
* [CPUFREQ] checkpatch cleanups for longhaulDave Jones2009-02-24
| | | | Signed-off-by: Dave Jones <davej@redhat.com>
* i386: move kernel/cpu/cpufreqThomas Gleixner2007-10-11
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>