Commit ff55a9ce authored by Len Brown's avatar Len Brown

ACPI: Lindent processor throttling code

Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 01854e69
This diff is collapsed.
...@@ -167,8 +167,9 @@ struct acpi_processor_throttling { ...@@ -167,8 +167,9 @@ struct acpi_processor_throttling {
struct acpi_processor_tx_tss *states_tss; struct acpi_processor_tx_tss *states_tss;
struct acpi_tsd_package domain_info; struct acpi_tsd_package domain_info;
cpumask_t shared_cpu_map; cpumask_t shared_cpu_map;
int (*acpi_processor_get_throttling) (struct acpi_processor *pr); int (*acpi_processor_get_throttling) (struct acpi_processor * pr);
int (*acpi_processor_set_throttling) (struct acpi_processor *pr, int state); int (*acpi_processor_set_throttling) (struct acpi_processor * pr,
int state);
u32 address; u32 address;
u8 duty_offset; u8 duty_offset;
...@@ -207,7 +208,7 @@ struct acpi_processor { ...@@ -207,7 +208,7 @@ struct acpi_processor {
u32 pblk; u32 pblk;
int performance_platform_limit; int performance_platform_limit;
int throttling_platform_limit; int throttling_platform_limit;
/*0 - states 0..n-th satte available*/ /* 0 - states 0..n-th state available */
struct acpi_processor_flags flags; struct acpi_processor_flags flags;
struct acpi_processor_power power; struct acpi_processor_power power;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment