aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/acpi
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2012-11-02 16:14:11 +0100
committerJan Beulich <jbeulich@suse.com>2012-11-02 16:14:11 +0100
commit9358553061e986cbe7141edfc095eee7914e7bb7 (patch)
tree899b01cabc56d86e3cc5cd336f049f7665120a1c /xen/arch/x86/acpi
parent247e9c7da3e66807abd45b39473afad6bc00267e (diff)
downloadxen-9358553061e986cbe7141edfc095eee7914e7bb7.tar.gz
xen-9358553061e986cbe7141edfc095eee7914e7bb7.tar.bz2
xen-9358553061e986cbe7141edfc095eee7914e7bb7.zip
ACPI/cpuidle: remove unused "power" field from Cx state data
It has never been used for anything, and Linux 3.7 doesn't propagate this information anymore. Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/arch/x86/acpi')
-rw-r--r--xen/arch/x86/acpi/cpu_idle.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/arch/x86/acpi/cpu_idle.c b/xen/arch/x86/acpi/cpu_idle.c
index 3112e2874d..8cb1514184 100644
--- a/xen/arch/x86/acpi/cpu_idle.c
+++ b/xen/arch/x86/acpi/cpu_idle.c
@@ -935,7 +935,6 @@ static void set_cx(
}
cx->latency = xen_cx->latency;
- cx->power = xen_cx->power;
cx->target_residency = cx->latency * latency_factor;
if ( cx->type == ACPI_STATE_C1 || cx->type == ACPI_STATE_C2 )