Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145061
b: refs/heads/master
c: a0bf284
h: refs/heads/master
i:
  145059: e08a24f
v: v3
  • Loading branch information
Len Brown committed May 16, 2009
1 parent 7e1e56d commit 2550997
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: 520daf7217bc1806c02eb4cfa7805447a3da2f66
refs/heads/master: a0bf284bfedd6dc95bbee7ebf5ccf3b5f753a008
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/processor_idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ static int acpi_processor_power_verify(struct acpi_processor *pr)

pr->power.timer_broadcast_on_state = INT_MAX;

for (i = 1; i < ACPI_PROCESSOR_MAX_POWER; i++) {
for (i = 1; i < ACPI_PROCESSOR_MAX_POWER && i <= max_cstate; i++) {
struct acpi_processor_cx *cx = &pr->power.states[i];

switch (cx->type) {
Expand Down

0 comments on commit 2550997

Please sign in to comment.