[PATCH v7 03/16] ACPI: processor: Drop duplicated check on _STA (enabled + present)
Gavin Shan
gshan at redhat.com
Fri Apr 26 02:24:07 PDT 2024
On 4/18/24 23:53, Jonathan Cameron wrote:
> The ACPI bus scan will only result in acpi_processor_add() being called
> if _STA has already been checked and the result is that the
> processor is enabled and present. Hence drop this additional check.
>
> Suggested-by: Rafael J. Wysocki <rafael at kernel.org>
> Signed-off-by: Jonathan Cameron <Jonathan.Cameron at huawei.com>
>
> ---
> v7: No change
> v6: New patch to drop this unnecessary code. Now I think we only
> need to explicitly read STA to print a warning in the ARM64
> arch_unregister_cpu() path where we want to know if the
> present bit has been unset as well.
> ---
> drivers/acpi/acpi_processor.c | 6 ------
> 1 file changed, 6 deletions(-)
>
Reviewed-by: Gavin Shan <gshan at redhat.com>
More information about the linux-arm-kernel
mailing list