Re: [patch 11/17] init: Remove check_bugs() leftovers

2023-06-25 Thread Philippe Mathieu-Daudé
On 14/6/23 01:39, Thomas Gleixner wrote: Everything is converted over to arch_cpu_finalize_init(). Remove the check_bugs() leftovers including the empty stubs in asm-generic, alpha, parisc, powerpc and xtensa. Signed-off-by: Thomas Gleixner Cc: Richard Henderson Cc: "James E.J. Bottomley" Cc:

Re: [patch 11/17] init: Remove check_bugs() leftovers

2023-06-13 Thread Richard Henderson
On 6/14/23 01:39, Thomas Gleixner wrote: Everything is converted over to arch_cpu_finalize_init(). Remove the check_bugs() leftovers including the empty stubs in asm-generic, alpha, parisc, powerpc and xtensa. Signed-off-by: Thomas Gleixner Cc: Richard Henderson Cc: "James E.J. Bottomley" Cc: Mi