Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29165
b: refs/heads/master
c: d52bb94
h: refs/heads/master
i:
  29163: 3b40b7a
v: v3
  • Loading branch information
Venkatesh Pallipadi authored and Len Brown committed Feb 9, 2006
1 parent 5c51b04 commit f7f735c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c52851b60cc0aaaf974ff0e49989fb698220447d
refs/heads/master: d52bb94d56676acd9bdac8e097257a87b4b1b2e1
2 changes: 1 addition & 1 deletion trunk/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
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/kernel/acpi/processor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
5 changes: 5 additions & 0 deletions trunk/include/acpi/pdc_intel.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
ACPI_PDC_C_C1_HALT | \
ACPI_PDC_P_FFH)

#define ACPI_PDC_EST_CAPABILITY_SWSMP (ACPI_PDC_SMP_C1PT | \
ACPI_PDC_C_C1_HALT | \
ACPI_PDC_SMP_P_SWCOORD | \
ACPI_PDC_P_FFH)

#define ACPI_PDC_C_CAPABILITY_SMP (ACPI_PDC_SMP_C2C3 | \
ACPI_PDC_SMP_C1PT | \
ACPI_PDC_C_C1_HALT)
Expand Down

0 comments on commit f7f735c

Please sign in to comment.