aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64')
-rw-r--r--arch/ia64/kernel/acpi-processor.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/arch/ia64/kernel/acpi-processor.c b/arch/ia64/kernel/acpi-processor.c
index ab72d46f52c6..ebe23f58bd6e 100644
--- a/arch/ia64/kernel/acpi-processor.c
+++ b/arch/ia64/kernel/acpi-processor.c
@@ -18,15 +18,7 @@ static void init_intel_pdc(struct acpi_processor *pr)
18{ 18{
19 u32 *buf = (u32 *)pr->pdc->pointer->buffer.pointer; 19 u32 *buf = (u32 *)pr->pdc->pointer->buffer.pointer;
20 20
21 buf[0] = ACPI_PDC_REVISION_ID; 21 buf[2] |= ACPI_PDC_EST_CAPABILITY_SMP;
22 buf[1] = 1;
23 buf[2] = ACPI_PDC_EST_CAPABILITY_SMP;
24 /*
25 * The default of PDC_SMP_T_SWCOORD bit is set for IA64 cpu so
26 * that OSPM is capable of native ACPI throttling software
27 * coordination using BIOS supplied _TSD info.
28 */
29 buf[2] |= ACPI_PDC_SMP_T_SWCOORD;
30 22
31 return; 23 return;
32} 24}