Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312707
b: refs/heads/master
c: 64d45f0
h: refs/heads/master
i:
  312705: bda0ae6
  312703: 95e4bc1
v: v3
  • Loading branch information
Daniel Lezcano authored and Rafael J. Wysocki committed Jul 17, 2012
1 parent 8670004 commit 60bc555
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 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: 8651f97bd951d0bb1c10fa24e3fa3455193f3548
refs/heads/master: 64d45f07b433090ee1329cf74989d973875028cb
2 changes: 0 additions & 2 deletions trunk/drivers/acpi/processor_idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,6 @@ static void acpi_processor_power_verify_c3(struct acpi_processor *pr,
*/
cx->valid = 1;

cx->latency_ticks = cx->latency;
/*
* On older chipsets, BM_RLD needs to be set
* in order for Bus Master activity to wake the
Expand Down Expand Up @@ -616,7 +615,6 @@ static int acpi_processor_power_verify(struct acpi_processor *pr)
if (!cx->address)
break;
cx->valid = 1;
cx->latency_ticks = cx->latency; /* Normalize latency */
break;

case ACPI_STATE_C3:
Expand Down
1 change: 0 additions & 1 deletion trunk/include/acpi/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ struct acpi_processor_cx {
u8 entry_method;
u8 index;
u32 latency;
u32 latency_ticks;
u32 power;
u32 usage;
u64 time;
Expand Down

0 comments on commit 60bc555

Please sign in to comment.