Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144103
b: refs/heads/master
c: 9261461
h: refs/heads/master
i:
  144101: 90c4ff2
  144099: 1c9edc9
  144095: f70baad
v: v3
  • Loading branch information
Len Brown committed Apr 22, 2009
1 parent 36fd5c0 commit 0d5a167
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 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: a71e4917dc0ebbcb5a0ecb7ca3486643c1c9a6e2
refs/heads/master: 92614610774072ea68131f16e024ee8fc15be9be
4 changes: 1 addition & 3 deletions trunk/drivers/acpi/processor_idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -662,11 +662,9 @@ static int acpi_processor_power_seq_show(struct seq_file *seq, void *offset)

seq_printf(seq, "active state: C%zd\n"
"max_cstate: C%d\n"
"bus master activity: %08x\n"
"maximum allowed latency: %d usec\n",
pr->power.state ? pr->power.state - pr->power.states : 0,
max_cstate, (unsigned)pr->power.bm_activity,
pm_qos_requirement(PM_QOS_CPU_DMA_LATENCY));
max_cstate, pm_qos_requirement(PM_QOS_CPU_DMA_LATENCY));

seq_puts(seq, "states:\n");

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 @@ -84,7 +84,6 @@ struct acpi_processor_power {
struct acpi_processor_cx *state;
unsigned long bm_check_timestamp;
u32 default_state;
u32 bm_activity;
int count;
struct acpi_processor_cx states[ACPI_PROCESSOR_MAX_POWER];
int timer_broadcast_on_state;
Expand Down

0 comments on commit 0d5a167

Please sign in to comment.