x86: Add reserve_ebda_region to x86_init_ops
reserve_ebda_region needs to be called befor start_kernel. Moorestown
needs to override it. Make it a x86_init_ops function and initialize
it with the default reserve_ebda_region.
Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
Showing
- arch/x86/include/asm/x86_init.h 2 additions, 0 deletionsarch/x86/include/asm/x86_init.h
- arch/x86/kernel/head32.c 2 additions, 2 deletionsarch/x86/kernel/head32.c
- arch/x86/kernel/head64.c 1 addition, 2 deletionsarch/x86/kernel/head64.c
- arch/x86/kernel/x86_init.c 2 additions, 0 deletionsarch/x86/kernel/x86_init.c
Loading
Please register or sign in to comment