diff options
| author | Paul Mundt <lethal@linux-sh.org> | 2010-05-30 23:59:19 -0400 |
|---|---|---|
| committer | Paul Mundt <lethal@linux-sh.org> | 2010-05-30 23:59:19 -0400 |
| commit | 8fa76f7e61ef4e5bc97207143ea4e198b22487bc (patch) | |
| tree | 266c42b6687e68e4febb72d8c031e5facd899a1c /include/acpi/processor.h | |
| parent | a41a7b91772da2c77ac0da74285fd8ebd86a85ba (diff) | |
| parent | 67a3e12b05e055c0415c556a315a3d3eb637e29e (diff) | |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'include/acpi/processor.h')
| -rw-r--r-- | include/acpi/processor.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/acpi/processor.h b/include/acpi/processor.h index 86825ddbe14e..da565a48240e 100644 --- a/include/acpi/processor.h +++ b/include/acpi/processor.h | |||
| @@ -52,17 +52,6 @@ struct acpi_power_register { | |||
| 52 | u64 address; | 52 | u64 address; |
| 53 | } __attribute__ ((packed)); | 53 | } __attribute__ ((packed)); |
| 54 | 54 | ||
| 55 | struct acpi_processor_cx_policy { | ||
| 56 | u32 count; | ||
| 57 | struct acpi_processor_cx *state; | ||
| 58 | struct { | ||
| 59 | u32 time; | ||
| 60 | u32 ticks; | ||
| 61 | u32 count; | ||
| 62 | u32 bm; | ||
| 63 | } threshold; | ||
| 64 | }; | ||
| 65 | |||
| 66 | struct acpi_processor_cx { | 55 | struct acpi_processor_cx { |
| 67 | u8 valid; | 56 | u8 valid; |
| 68 | u8 type; | 57 | u8 type; |
| @@ -74,8 +63,6 @@ struct acpi_processor_cx { | |||
| 74 | u32 power; | 63 | u32 power; |
| 75 | u32 usage; | 64 | u32 usage; |
| 76 | u64 time; | 65 | u64 time; |
| 77 | struct acpi_processor_cx_policy promotion; | ||
| 78 | struct acpi_processor_cx_policy demotion; | ||
| 79 | char desc[ACPI_CX_DESC_LEN]; | 66 | char desc[ACPI_CX_DESC_LEN]; |
| 80 | }; | 67 | }; |
| 81 | 68 | ||
