Re: [PATCH v1 14/17] ACPI: processor: idle: Relocate acpi_processor_extract_lpi_info()
"lihuisong (C)" <[email protected]>
| Newsgroups | org.kernel.vger.linux-acpi,org.kernel.vger.linux-pm |
|---|---|
| Message-ID | <[email protected]> |
On 7/13/2026 9:30 PM, Sudeep Holla wrote: > On Thu, Jul 09, 2026 at 02:41:36PM +0200, Rafael J. Wysocki wrote: >> From: "Rafael J. Wysocki" <[email protected]> >> >> In preparation for adding ACPI _LPI support to the intel_idle driver, >> move acpi_processor_extract_lpi_info() along with some static functions >> used by it to the acpi_processor.c file containing the non-modular part >> of the ACPI processor driver, so it can be called by external non-modular >> code like intel_idle. >> >> However, export it to modules in the ACPI_PROCESSOR_IDLE import >> namespace so that the modular part of the ACPI processor driver >> can still invoke it. >> >> No intentional functional impact. >> > Reviewed-by: Sudeep Holla <[email protected]> Acked-by: Huisong Li <[email protected]>