aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2007-11-20 01:20:31 -0500
committerLen Brown <len.brown@intel.com>2007-11-20 01:20:31 -0500
commit614a6bbecceb97558819f18a676fd819ea61550b (patch)
treed3f59dc6ef0ffdb14d8047072e096fdabeaf7d2b /arch
parentPull procfs-default into release branch (diff)
parentACPI: Enable MSR (FixedHW) support for T-States (diff)
downloadlinux-dev-614a6bbecceb97558819f18a676fd819ea61550b.tar.xz
linux-dev-614a6bbecceb97558819f18a676fd819ea61550b.zip
Pull thermal into release branch
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/kernel/acpi/processor.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/kernel/acpi/processor.c b/arch/x86/kernel/acpi/processor.c
index f63e5ff0aca1..a25db514c719 100644
--- a/arch/x86/kernel/acpi/processor.c
+++ b/arch/x86/kernel/acpi/processor.c
@@ -49,6 +49,9 @@ static void init_intel_pdc(struct acpi_processor *pr, struct cpuinfo_x86 *c)
if (cpu_has(c, X86_FEATURE_EST))
buf[2] |= ACPI_PDC_EST_CAPABILITY_SWSMP;
+ if (cpu_has(c, X86_FEATURE_ACPI))
+ buf[2] |= ACPI_PDC_T_FFH;
+
obj->type = ACPI_TYPE_BUFFER;
obj->buffer.length = 12;
obj->buffer.pointer = (u8 *) buf;