Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56958
b: refs/heads/master
c: ce45b51
h: refs/heads/master
v: v3
  • Loading branch information
Venki Pallipadi authored and Tony Luck committed May 24, 2007
1 parent 65f2559 commit b2017ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: d86ebd140963e50238ac397074b1ab7fc7ec1126
refs/heads/master: ce45b51ac4c3c575c71ab5c91c29bf34c2af6f7d
2 changes: 1 addition & 1 deletion trunk/arch/ia64/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)

buf[0] = ACPI_PDC_REVISION_ID;
buf[1] = 1;
buf[2] |= ACPI_PDC_EST_CAPABILITY_SMP;
buf[2] = ACPI_PDC_EST_CAPABILITY_SMP;

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

0 comments on commit b2017ed

Please sign in to comment.