Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328671
b: refs/heads/master
c: c59687f
h: refs/heads/master
i:
  328669: 7070a21
  328667: 1d7e695
  328663: 22cd4b9
  328655: 8ccc494
  328639: 9c0cee6
v: v3
  • Loading branch information
Daniel Lezcano authored and Rafael J. Wysocki committed Sep 5, 2012
1 parent e3a373d commit 7f48c55
Show file tree
Hide file tree
Showing 4 changed files with 1 addition 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: 66804c13f7b79fb26cf4848ebac1e865b9aff65c
refs/heads/master: c59687f8466df36633d937cc298aad465d704990
2 changes: 0 additions & 2 deletions trunk/drivers/acpi/processor_idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,6 @@ static int acpi_processor_get_power_info_cst(struct acpi_processor *pr)
if (obj->type != ACPI_TYPE_INTEGER)
continue;

cx.power = obj->integer.value;

current_count++;
memcpy(&(pr->power.states[current_count]), &cx, sizeof(cx));

Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/xen/xen-acpi-processor.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ static int push_cxx_to_hypervisor(struct acpi_processor *_pr)

dst_cx->type = cx->type;
dst_cx->latency = cx->latency;
dst_cx->power = cx->power;

dst_cx->dpcnt = 0;
set_xen_guest_handle(dst_cx->dp, NULL);
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 power;
u8 bm_sts_skip;
char desc[ACPI_CX_DESC_LEN];
};
Expand Down

0 comments on commit 7f48c55

Please sign in to comment.