aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/acpi
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-10-16 08:31:39 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-10-16 08:31:39 +0100
commit555a0408d2fdee58a0e400e8d68fdc9fdaa4e2ea (patch)
treedc6168a4ac6bb6e68c1def1729bd4dd830dc7d43 /xen/include/acpi
parent6edd9aaf782b201534d278f943de23734134d9f6 (diff)
downloadxen-555a0408d2fdee58a0e400e8d68fdc9fdaa4e2ea.tar.gz
xen-555a0408d2fdee58a0e400e8d68fdc9fdaa4e2ea.tar.bz2
xen-555a0408d2fdee58a0e400e8d68fdc9fdaa4e2ea.zip
x86: Update powernow.c to latest cpufreq code
The general cpufreq infrastructure has been improved over the last year. Update the AMD PowerNow! driver powernow.c to take advantage of those improvements. Specifically, addresses Novell bugzilla # 530035. Signed-of-by: Mark Langsdorf <mark.langsdorf@amd.com>
Diffstat (limited to 'xen/include/acpi')
-rw-r--r--xen/include/acpi/cpufreq/processor_perf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/acpi/cpufreq/processor_perf.h b/xen/include/acpi/cpufreq/processor_perf.h
index cc6be7a913..72b55ead82 100644
--- a/xen/include/acpi/cpufreq/processor_perf.h
+++ b/xen/include/acpi/cpufreq/processor_perf.h
@@ -8,6 +8,7 @@
int get_cpu_id(u8);
int powernow_cpufreq_init(void);
+unsigned int powernow_register_driver(void);
void cpufreq_residency_update(unsigned int, uint8_t);
void cpufreq_statistic_update(unsigned int, uint8_t, uint8_t);