diff options
author | Hanjun Guo <hanjun.guo@linaro.org> | 2014-10-30 05:52:58 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-11-11 17:47:25 -0500 |
commit | 24119a8829cdaf299294095ec568bf49e863c5a5 (patch) | |
tree | cabda81e6a9a4d6a9ff1be6576ae364cafdd72a0 /include/acpi | |
parent | 206c5f60a3d902bc4b56dab2de3e88de5eb06108 (diff) |
ACPI / processor: Update the comments in processor.h
In commit 46ba51e (ACPI / processor: Introduce ARCH_MIGHT_HAVE_ACPI_PDC),
acpi_processor_set_pdc() was moved to processor_pdc.c, so update
the comments accordingly.
Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/processor.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/acpi/processor.h b/include/acpi/processor.h index 9b9b6f29bbf3..cbb6cd3a98d7 100644 --- a/include/acpi/processor.h +++ b/include/acpi/processor.h | |||
@@ -313,11 +313,13 @@ static inline int acpi_processor_get_bios_limit(int cpu, unsigned int *limit) | |||
313 | #endif /* CONFIG_CPU_FREQ */ | 313 | #endif /* CONFIG_CPU_FREQ */ |
314 | 314 | ||
315 | /* in processor_core.c */ | 315 | /* in processor_core.c */ |
316 | void acpi_processor_set_pdc(acpi_handle handle); | ||
317 | int acpi_get_apicid(acpi_handle, int type, u32 acpi_id); | 316 | int acpi_get_apicid(acpi_handle, int type, u32 acpi_id); |
318 | int acpi_map_cpuid(int apic_id, u32 acpi_id); | 317 | int acpi_map_cpuid(int apic_id, u32 acpi_id); |
319 | int acpi_get_cpuid(acpi_handle, int type, u32 acpi_id); | 318 | int acpi_get_cpuid(acpi_handle, int type, u32 acpi_id); |
320 | 319 | ||
320 | /* in processor_pdc.c */ | ||
321 | void acpi_processor_set_pdc(acpi_handle handle); | ||
322 | |||
321 | /* in processor_throttling.c */ | 323 | /* in processor_throttling.c */ |
322 | int acpi_processor_tstate_has_changed(struct acpi_processor *pr); | 324 | int acpi_processor_tstate_has_changed(struct acpi_processor *pr); |
323 | int acpi_processor_get_throttling_info(struct acpi_processor *pr); | 325 | int acpi_processor_get_throttling_info(struct acpi_processor *pr); |