Re: [patch 03/17] ARM: cpu: Switch to arch_cpu_finalize_init()
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | gmane.linux.ports.ia64,gmane.linux.kernel,gmane.linux.ports.arm.kernel,gmane.linux.ports.mips,gmane.linux.ports.sh.devel,gmane.linux.ports.sparc,gmane.linux.uml.devel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> > Cc: Russell King <[email protected]> > Cc: Arnd Bergmann <[email protected]> > Cc: [email protected] > --- > arch/arm/Kconfig | 1 + > arch/arm/include/asm/bugs.h | 4 ---- > arch/arm/kernel/bugs.c | 3 ++- > 3 files changed, 3 insertions(+), 5 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>