diff options
| author | Len Brown <len.brown@intel.com> | 2009-12-24 01:17:21 -0500 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2009-12-24 01:17:21 -0500 |
| commit | da3df858c88f7bb420f2517ee9aab238da2e6ed7 (patch) | |
| tree | 49c9e69818d7a7fc59ebda96dc7abf17a0f3b088 /include | |
| parent | 309ddc53be1766d6ed5411a3dc1782c2040198fa (diff) | |
| parent | e59897fe443b5b0a71e135ef4020d1937c9f8901 (diff) | |
Merge branch 'pdc' into release
Diffstat (limited to 'include')
| -rw-r--r-- | include/acpi/processor.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/acpi/processor.h b/include/acpi/processor.h index a1b748a7a766..0ea5ef4eb6a9 100644 --- a/include/acpi/processor.h +++ b/include/acpi/processor.h | |||
| @@ -224,8 +224,6 @@ struct acpi_processor { | |||
| 224 | struct acpi_processor_throttling throttling; | 224 | struct acpi_processor_throttling throttling; |
| 225 | struct acpi_processor_limit limit; | 225 | struct acpi_processor_limit limit; |
| 226 | struct thermal_cooling_device *cdev; | 226 | struct thermal_cooling_device *cdev; |
| 227 | /* the _PDC objects for this processor, if any */ | ||
| 228 | struct acpi_object_list *pdc; | ||
| 229 | }; | 227 | }; |
| 230 | 228 | ||
| 231 | struct acpi_processor_errata { | 229 | struct acpi_processor_errata { |
| @@ -257,9 +255,6 @@ int acpi_processor_notify_smm(struct module *calling_module); | |||
| 257 | DECLARE_PER_CPU(struct acpi_processor *, processors); | 255 | DECLARE_PER_CPU(struct acpi_processor *, processors); |
| 258 | extern struct acpi_processor_errata errata; | 256 | extern struct acpi_processor_errata errata; |
| 259 | 257 | ||
| 260 | void arch_acpi_processor_init_pdc(struct acpi_processor *pr); | ||
| 261 | void arch_acpi_processor_cleanup_pdc(struct acpi_processor *pr); | ||
| 262 | |||
| 263 | #ifdef ARCH_HAS_POWER_INIT | 258 | #ifdef ARCH_HAS_POWER_INIT |
| 264 | void acpi_processor_power_init_bm_check(struct acpi_processor_flags *flags, | 259 | void acpi_processor_power_init_bm_check(struct acpi_processor_flags *flags, |
| 265 | unsigned int cpu); | 260 | unsigned int cpu); |
| @@ -326,7 +321,7 @@ static inline int acpi_processor_get_bios_limit(int cpu, unsigned int *limit) | |||
| 326 | #endif /* CONFIG_CPU_FREQ */ | 321 | #endif /* CONFIG_CPU_FREQ */ |
| 327 | 322 | ||
| 328 | /* in processor_pdc.c */ | 323 | /* in processor_pdc.c */ |
| 329 | void acpi_processor_set_pdc(struct acpi_processor *pr); | 324 | void acpi_processor_set_pdc(acpi_handle handle); |
| 330 | 325 | ||
| 331 | /* in processor_throttling.c */ | 326 | /* in processor_throttling.c */ |
| 332 | int acpi_processor_tstate_has_changed(struct acpi_processor *pr); | 327 | int acpi_processor_tstate_has_changed(struct acpi_processor *pr); |
