Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336655
b: refs/heads/master
c: 2d2dd50
h: refs/heads/master
i:
  336653: cea839c
  336651: 50cbd34
  336647: 078afc7
  336639: 06cb8ae
v: v3
  • Loading branch information
Bob Moore authored and Rafael J. Wysocki committed Nov 14, 2012
1 parent 4967447 commit f08000c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 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: 00eb32550f59a15796e936418b46b5134bd23a55
refs/heads/master: 2d2dd50880d018e42076252f9fff16e11c567de0
22 changes: 11 additions & 11 deletions trunk/include/acpi/actbl3.h
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,10 @@ struct acpi_table_gtdt {
******************************************************************************/

#define ACPI_MPST_CHANNEL_INFO \
u16 reserved1; \
u8 channel_id; \
u8 reserved2; \
u16 power_node_count;
u8 reserved1[3]; \
u16 power_node_count; \
u16 reserved2;

/* Main table */

Expand All @@ -304,9 +304,8 @@ struct acpi_mpst_power_node {
u32 length;
u64 range_address;
u64 range_length;
u8 num_power_states;
u8 num_physical_components;
u16 reserved2;
u32 num_power_states;
u32 num_physical_components;
};

/* Values for Flags field above */
Expand All @@ -332,10 +331,11 @@ struct acpi_mpst_component {

struct acpi_mpst_data_hdr {
u16 characteristics_count;
u16 reserved;
};

struct acpi_mpst_power_data {
u8 revision;
u8 structure_id;
u8 flags;
u16 reserved1;
u32 average_power;
Expand All @@ -356,10 +356,10 @@ struct acpi_mpst_shared {
u32 signature;
u16 pcc_command;
u16 pcc_status;
u16 command_register;
u16 status_register;
u16 power_state_id;
u16 power_node_id;
u32 command_register;
u32 status_register;
u32 power_state_id;
u32 power_node_id;
u64 energy_consumed;
u64 average_power;
};
Expand Down

0 comments on commit f08000c

Please sign in to comment.