[PATCH 20/44] cpufreq: ia64-acpi: Use generic cpufreq routines

2013-08-10 Thread Viresh Kumar
Most of the CPUFreq drivers do similar things in .exit() and .verify() routines and .attr. So its better if we have generic routines for them which can be used by cpufreq drivers then. This patch uses these generic routines for this driver. Cc: Tony Luck Signed-off-by: Viresh Kumar ---

[PATCH 20/44] cpufreq: ia64-acpi: Use generic cpufreq routines

2013-08-10 Thread Viresh Kumar
Most of the CPUFreq drivers do similar things in .exit() and .verify() routines and .attr. So its better if we have generic routines for them which can be used by cpufreq drivers then. This patch uses these generic routines for this driver. Cc: Tony Luck tony.l...@intel.com Signed-off-by: Viresh