Re: [PATCH 0/2] ARM: 9322/1: Switch over to GENERIC_CPU_DEVICES

From: Jinjie Ruan
Date: Tue Jul 02 2024 - 03:45:11 EST




On 2024/7/2 15:30, Russell King (Oracle) wrote:
> What's going on with the subject in all of this series? Why does it
> contain:
>
> "ARM: 9322/1"
>
> ?
>
> We already have:
> "3562257b3416 ARM: 9322/1: Explicitly include correct DT includes"
>
> Merged in the kernel tree, and this has nothing to do with it. Moreover,
> these numbers are generated by the patch system and are supposed to be
> unique to each patch.

The title refers to "git log --online arch/arm/kernel/setup.c", I
misunderstood its meaning, I'll resend it and remove it, thank you very
much.

>
> On Tue, Jul 02, 2024 at 02:59:04PM +0800, Jinjie Ruan wrote:
>> Currently, almost all architectures have switched to GENERIC_CPU_DEVICES,
>> except for arm32. Also switch over to GENERIC_CPU_DEVICES, which can also
>> make the code more concise.
>>
>> Jinjie Ruan (2):
>> ARM: 9322/1: Switch over to GENERIC_CPU_DEVICES using
>> arch_register_cpu()
>> ARM: 9322/1: Convert to arch_cpu_is_hotpluggable()
>>
>> arch/arm/Kconfig | 1 +
>> arch/arm/include/asm/cpu.h | 1 -
>> arch/arm/kernel/setup.c | 14 ++------------
>> 3 files changed, 3 insertions(+), 13 deletions(-)
>>
>> --
>> 2.34.1
>>
>>
>