aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel/acpi/processor.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/kernel/acpi/processor.c')
-rw-r--r--arch/x86_64/kernel/acpi/processor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/acpi/processor.c b/arch/x86_64/kernel/acpi/processor.c
index 3bdc2baa5bb1..81fcb3f869f2 100644
--- a/arch/x86_64/kernel/acpi/processor.c
+++ b/arch/x86_64/kernel/acpi/processor.c
@@ -44,7 +44,7 @@ static void init_intel_pdc(struct acpi_processor *pr, struct cpuinfo_x86 *c)
buf[0] = ACPI_PDC_REVISION_ID;
buf[1] = 1;
- buf[2] = ACPI_PDC_EST_CAPABILITY_SMP;
+ buf[2] = ACPI_PDC_EST_CAPABILITY_SWSMP;
obj->type = ACPI_TYPE_BUFFER;
obj->buffer.length = 12;