Re: [patch 11/17] init: Remove check_bugs() leftovers
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | gmane.linux.ports.m68k,gmane.linux.kernel,gmane.linux.ports.arm.kernel,gmane.linux.ports.ia64,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: > 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 <[email protected]> > Cc: Richard Henderson <[email protected]> > Cc: "James E.J. Bottomley" <[email protected]> > Cc: Michael Ellerman <[email protected]> > Cc: Chris Zankel <[email protected]> > --- > arch/alpha/include/asm/bugs.h | 20 -------------------- > arch/parisc/include/asm/bugs.h | 20 -------------------- > arch/powerpc/include/asm/bugs.h | 15 --------------- > arch/xtensa/include/asm/bugs.h | 18 ------------------ > include/asm-generic/bugs.h | 11 ----------- > init/main.c | 5 ----- > 6 files changed, 89 deletions(-) Yay! Reviewed-by: Philippe Mathieu-Daudé <[email protected]>