Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366248
b: refs/heads/master
c: 13f7275
h: refs/heads/master
v: v3
  • Loading branch information
Linn Crosetto authored and Ingo Molnar committed Apr 24, 2013
1 parent 82a9137 commit 184808a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 26bfc540f6f2dcbd93d0b9ed8f37830419ded7e8
refs/heads/master: 13f72756da86f155898e2c2022f7b3a106c3742e
3 changes: 2 additions & 1 deletion trunk/drivers/iommu/dmar.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ int __init dmar_parse_dev_scope(void *start, void *end, int *cnt,
if (scope->entry_type == ACPI_DMAR_SCOPE_TYPE_ENDPOINT ||
scope->entry_type == ACPI_DMAR_SCOPE_TYPE_BRIDGE)
(*cnt)++;
else if (scope->entry_type != ACPI_DMAR_SCOPE_TYPE_IOAPIC) {
else if (scope->entry_type != ACPI_DMAR_SCOPE_TYPE_IOAPIC &&
scope->entry_type != ACPI_DMAR_SCOPE_TYPE_HPET) {
pr_warn("Unsupported device scope\n");
}
start += scope->length;
Expand Down

0 comments on commit 184808a

Please sign in to comment.