Re: [patch 09/17] sparc/cpu: Switch to arch_cpu_finalize_init()

2023-06-25 Thread Philippe Mathieu-Daudé
On 14/6/23 01:39, Thomas Gleixner wrote: check_bugs() is about to be phased out. Switch over to the new arch_cpu_finalize_init() implementation. No functional change. Signed-off-by: Thomas Gleixner Cc: "David S. Miller" Cc: sparcli...@vger.kernel.org --- arch/sparc/Kconfig|1

Re: [patch 09/17] sparc/cpu: Switch to arch_cpu_finalize_init()

2023-06-14 Thread Sam Ravnborg
On Wed, Jun 14, 2023 at 01:39:35AM +0200, Thomas Gleixner wrote: > check_bugs() is about to be phased out. Switch over to the new > arch_cpu_finalize_init() implementation. > > No functional change. > > Signed-off-by: Thomas Gleixner > Cc: "David S. Miller" > Cc: sparcli...@vger.kernel.org Revi

[patch 09/17] sparc/cpu: Switch to arch_cpu_finalize_init()

2023-06-13 Thread Thomas Gleixner
check_bugs() is about to be phased out. Switch over to the new arch_cpu_finalize_init() implementation. No functional change. Signed-off-by: Thomas Gleixner Cc: "David S. Miller" Cc: sparcli...@vger.kernel.org --- arch/sparc/Kconfig|1 + arch/sparc/include/asm/bugs.h | 18 ---