[PATCH v5 01/18] cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
Gavin Shan
gshan at redhat.com
Sun Apr 21 20:53:16 PDT 2024
On 4/13/24 00:37, Jonathan Cameron wrote:
> For arm64 the CPU registration cannot complete until the ACPI intepretter
> us up and running so in those cases the arch specific
^^
typo: s/us/is
> arch_register_cpu() will return -EPROBE_DEFER at this stage and the
> registration will be attempted later.
>
> Suggested-by: Rafael J. Wysocki <rafael at kernel.org>
> Signed-off-by: Jonathan Cameron <Jonathan.Cameron at huawei.com>
>
> ---
> v5: New patch.
> Note that for now no arch_register_cpu() calls return -EPROBE_DEFER
> so it has no impact until the arm64 one is added later in this series.
> ---
> drivers/base/cpu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Reviewed-by: Gavin Shan <gshan at redhat.com>
More information about the linux-arm-kernel
mailing list