mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-22 04:24:02 +08:00
Pull bugzilla-9747 into release branch
This commit is contained in:
commit
7456337d1f
@ -775,12 +775,12 @@ int acpi_processor_get_throttling_info(struct acpi_processor *pr)
|
||||
acpi_processor_get_throttling_states(pr) ||
|
||||
acpi_processor_get_platform_limit(pr))
|
||||
{
|
||||
if (acpi_processor_get_fadt_info(pr))
|
||||
return 0;
|
||||
pr->throttling.acpi_processor_get_throttling =
|
||||
&acpi_processor_get_throttling_fadt;
|
||||
pr->throttling.acpi_processor_set_throttling =
|
||||
&acpi_processor_set_throttling_fadt;
|
||||
if (acpi_processor_get_fadt_info(pr))
|
||||
return 0;
|
||||
} else {
|
||||
pr->throttling.acpi_processor_get_throttling =
|
||||
&acpi_processor_get_throttling_ptc;
|
||||
|
Loading…
Reference in New Issue
Block a user