Juergen Gross
2011-Jun-16 08:06 UTC
[Xen-devel] [PATCH] Use same data array for INTEL and AMD cpufreq handling
The AMD and INTEL specific parts of cpufreq handling used different per-cpu data structures with nearly identical semantics. Fold the two structures into one by adding a generic architecture data item. Signed-off-by: juergen.gross@ts.fujitsu.com 3 files changed, 32 insertions(+), 39 deletions(-) xen/arch/x86/acpi/cpufreq/cpufreq.c | 30 +++++++++++++-------------- xen/arch/x86/acpi/cpufreq/powernow.c | 37 ++++++++++++---------------------- xen/include/acpi/cpufreq/cpufreq.h | 4 ++- _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel