-
- Downloads
x86: Add probe_roms to x86_init
probe_roms is only used on 32bit. Add it to the x86_init ops and
remove the #ifdefs.
Default initializer is x86_init_noop() which is overridden in
the 32bit boot code.
Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
Showing
- arch/x86/include/asm/x86_init.h 10 additions, 0 deletionsarch/x86/include/asm/x86_init.h
- arch/x86/kernel/head32.c 3 additions, 0 deletionsarch/x86/kernel/head32.c
- arch/x86/kernel/setup.c 1 addition, 3 deletionsarch/x86/kernel/setup.c
- arch/x86/kernel/x86_init.c 4 additions, 0 deletionsarch/x86/kernel/x86_init.c
Loading
Please register or sign in to comment