Skip to content

Commit

Permalink
Pull bugzilla-5737 into release branch
Browse files Browse the repository at this point in the history
Conflicts:

	arch/x86_64/kernel/acpi/processor.c
  • Loading branch information
Len Brown committed Jun 16, 2006
2 parents 8f2ddb3 + 193de0c commit d42510a
Show file tree
Hide file tree
Showing 7 changed files with 645 additions and 156 deletions.
2 changes: 1 addition & 1 deletion arch/i386/kernel/acpi/processor.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ static void init_intel_pdc(struct acpi_processor *pr, struct cpuinfo_x86 *c)
buf[2] = ACPI_PDC_C_CAPABILITY_SMP;

if (cpu_has(c, X86_FEATURE_EST))
buf[2] |= ACPI_PDC_EST_CAPABILITY_SMP;
buf[2] |= ACPI_PDC_EST_CAPABILITY_SWSMP;

obj->type = ACPI_TYPE_BUFFER;
obj->buffer.length = 12;
Expand Down
Loading

0 comments on commit d42510a

Please sign in to comment.