| commit | 77fb4e0a559a960eb36d0b2c50c781c5492577eb | [log] [tgz] |
|---|---|---|
| author | Rafael J. Wysocki <[email protected]> | Fri Dec 13 09:55:42 2019 +0100 |
| committer | Rafael J. Wysocki <[email protected]> | Fri Dec 27 11:02:07 2019 +0100 |
| tree | f257bafba2b403de7bf7e0070b256e76f7f2481a | |
| parent | 239ed06d0eefc4ee351af69bd64742ada56c4bdb [diff] |
ACPI: processor: Export acpi_processor_evaluate_cst() The intel_idle driver will be modified to use ACPI _CST subsequently and it will need to call acpi_processor_evaluate_cst(), so move that function to acpi_processor.c so that it is always present (which is required by intel_idle) and export it to modules to allow the ACPI processor driver (which is modular) to call it. No intentional functional impact. Signed-off-by: Rafael J. Wysocki <[email protected]>