All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND 0/2] ARM: Switch over to GENERIC_CPU_DEVICES
@ 2024-07-02  7:57 Jinjie Ruan
  2024-07-02  7:57 ` [PATCH RESEND 1/2] ARM: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu() Jinjie Ruan
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jinjie Ruan @ 2024-07-02  7:57 UTC (permalink / raw)
  To: linux, arnd, afd, akpm, linus.walleij, eric.devolder, ardb,
	gregkh, deller, javierm, bhe, robh, linux-kernel,
	linux-arm-kernel
  Cc: ruanjinjie

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: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
  ARM: 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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-07-31  8:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-02  7:57 [PATCH RESEND 0/2] ARM: Switch over to GENERIC_CPU_DEVICES Jinjie Ruan
2024-07-02  7:57 ` [PATCH RESEND 1/2] ARM: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu() Jinjie Ruan
2024-07-02  7:57 ` [PATCH RESEND 2/2] ARM: Convert to arch_cpu_is_hotpluggable() Jinjie Ruan
2024-07-31  1:52 ` [PATCH RESEND 0/2] ARM: Switch over to GENERIC_CPU_DEVICES Jinjie Ruan
2024-07-31  8:27   ` Russell King (Oracle)
2024-07-31  8:57     ` Jinjie Ruan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.