aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2007-06-02 00:15:25 -0400
committerLen Brown <len.brown@intel.com>2007-06-02 00:15:25 -0400
commitff55a9cebab02403f942121e2f898bb06ecfffbb (patch)
treecb99a74f44ae83d2e937b02365210c59fc593740 /include/acpi
parent01854e697a77a434104b2f7e6d7fd463a978af32 (diff)
ACPI: Lindent processor throttling code
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r--include/acpi/processor.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/acpi/processor.h b/include/acpi/processor.h
index 01d2f24c224f..f9f987f8e661 100644
--- a/include/acpi/processor.h
+++ b/include/acpi/processor.h
@@ -167,8 +167,9 @@ struct acpi_processor_throttling {
167 struct acpi_processor_tx_tss *states_tss; 167 struct acpi_processor_tx_tss *states_tss;
168 struct acpi_tsd_package domain_info; 168 struct acpi_tsd_package domain_info;
169 cpumask_t shared_cpu_map; 169 cpumask_t shared_cpu_map;
170 int (*acpi_processor_get_throttling) (struct acpi_processor *pr); 170 int (*acpi_processor_get_throttling) (struct acpi_processor * pr);
171 int (*acpi_processor_set_throttling) (struct acpi_processor *pr, int state); 171 int (*acpi_processor_set_throttling) (struct acpi_processor * pr,
172 int state);
172 173
173 u32 address; 174 u32 address;
174 u8 duty_offset; 175 u8 duty_offset;
@@ -207,7 +208,7 @@ struct acpi_processor {
207 u32 pblk; 208 u32 pblk;
208 int performance_platform_limit; 209 int performance_platform_limit;
209 int throttling_platform_limit; 210 int throttling_platform_limit;
210 /*0 - states 0..n-th satte available*/ 211 /* 0 - states 0..n-th state available */
211 212
212 struct acpi_processor_flags flags; 213 struct acpi_processor_flags flags;
213 struct acpi_processor_power power; 214 struct acpi_processor_power power;