Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299767
b: refs/heads/master
c: b930fe5
h: refs/heads/master
i:
  299765: b826005
  299763: dd7da88
  299759: 1a0ca53
v: v3
  • Loading branch information
Konrad Rzeszutek Wilk committed Apr 27, 2012
1 parent 2c6c326 commit 7103cc3
Show file tree
Hide file tree
Showing 2 changed files with 5 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: cf405ae612b0f7e2358db7ff594c0e94846137aa
refs/heads/master: b930fe5e1f5646e071facda70b25b137ebeae5af
5 changes: 4 additions & 1 deletion trunk/drivers/xen/xen-acpi-processor.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,10 @@ static int push_cxx_to_hypervisor(struct acpi_processor *_pr)
pr_debug(" C%d: %s %d uS\n",
cx->type, cx->desc, (u32)cx->latency);
}
} else
} else if (ret != -EINVAL)
/* EINVAL means the ACPI ID is incorrect - meaning the ACPI
* table is referencing a non-existing CPU - which can happen
* with broken ACPI tables. */
pr_err(DRV_NAME "(CX): Hypervisor error (%d) for ACPI CPU%u\n",
ret, _pr->acpi_id);

Expand Down

0 comments on commit 7103cc3

Please sign in to comment.