Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48669
b: refs/heads/master
c: 615d5f2
h: refs/heads/master
i:
  48667: bfbc80e
v: v3
  • Loading branch information
Alexey Starikovskiy authored and Len Brown committed Feb 12, 2007
1 parent f8d9418 commit 10eb1e2
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: 359acec8cd78d35e64147565e28b516599066e08
refs/heads/master: 615d5f235b6c402ca01098a828c3d67e79e57cb6
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/processor_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ static int map_lsapic_id(struct acpi_subtable_header *entry,
if (lsapic->lapic_flags & ACPI_MADT_ENABLED) {
/* First check against id */
if (lsapic->processor_id == acpi_id) {
*apic_id = lsapic->id;
*apic_id = (lsapic->id << 8) | lsapic->eid;
return 1;
/* Check against optional uid */
} else if (entry->length >= 16 &&
Expand Down

0 comments on commit 10eb1e2

Please sign in to comment.