Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33163
b: refs/heads/master
c: 9fb31c3
h: refs/heads/master
i:
  33161: 4fe1b53
  33159: e351e97
v: v3
  • Loading branch information
Rafa� Bilski authored and Dave Jones committed Jul 31, 2006
1 parent c7aff68 commit db0f1de
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: eb23c751d837848c87fda6b1347d194f6b333681
refs/heads/master: 9fb31c3a1d9f42e10e541ee0e2be8d1f27115141
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/cpu/cpufreq/longhaul.c
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ static int __init longhaul_cpu_init(struct cpufreq_policy *policy)
if (pr == NULL) goto err_acpi;

cx = &pr->power.states[ACPI_STATE_C3];
if (cx == NULL || cx->latency > 1000) goto err_acpi;
if (cx->address == 0 || cx->latency > 1000) goto err_acpi;

/* Now check what we have on this motherboard */
switch (c->x86_model) {
Expand Down

0 comments on commit db0f1de

Please sign in to comment.