-
- Downloads
x86: extend e820 ealy_res support 32bit
move early_res related from e820_64.c to e820.c make edba detection to be done in head32.c remove smp_alloc_memory, because we have fixed trampoline address now. Signed-off-by:Yinghai Lu <yhlu.kernel@gmail.com> arch/x86/kernel/e820.c | 214 ++++++++++++++++++++++++++++++++++++ arch/x86/kernel/e820_64.c | 196 -------------------------------- arch/x86/kernel/head32.c | 76 ++++++++++++ arch/x86/kernel/setup_32.c | 109 +++--------------- arch/x86/kernel/smpboot.c | 17 -- arch/x86/kernel/trampoline.c | 2 arch/x86/mach-voyager/voyager_smp.c | 9 - include/asm-x86/e820.h | 6 + include/asm-x86/e820_64.h | 9 - include/asm-x86/smp.h | 1 arch/x86/kernel/e820.c | 214 ++++++++++++++++++++++++++++++++++++ arch/x86/kernel/e820_64.c | 196 -------------------------------- arch/x86/kernel/head32.c | 76 ++++++++++++ arch/x86/kernel/setup_32.c | 109 +++--------------- arch/x86/kernel/smpboot.c | 17 -- arch/x86/kernel/trampoline.c | 2 arch/x86/mach-voyager/voyager_smp.c | 9 - include/asm-x86/e820.h | 6 + include/asm-x86/e820_64.h | 9 - include/asm-x86/smp.h | 1 arch/x86/kernel/e820.c | 214 ++++++++++++++++++++++++++++++++++++ arch/x86/kernel/e820_64.c | 196 -------------------------------- arch/x86/kernel/head32.c | 76 ++++++++++++ arch/x86/kernel/setup_32.c | 109 +++--------------- arch/x86/kernel/smpboot.c | 17 -- arch/x86/kernel/trampoline.c | 2 arch/x86/mach-voyager/voyager_smp.c | 9 - include/asm-x86/e820.h | 6 + include/asm-x86/e820_64.h | 9 - include/asm-x86/smp.h | 1 10 files changed, 320 insertions(+), 319 deletions(-) Signed-off-by:
Ingo Molnar <mingo@elte.hu>
Showing
- arch/x86/kernel/e820.c 214 additions, 0 deletionsarch/x86/kernel/e820.c
- arch/x86/kernel/e820_64.c 0 additions, 196 deletionsarch/x86/kernel/e820_64.c
- arch/x86/kernel/head32.c 76 additions, 0 deletionsarch/x86/kernel/head32.c
- arch/x86/kernel/setup_32.c 23 additions, 86 deletionsarch/x86/kernel/setup_32.c
- arch/x86/kernel/smpboot.c 0 additions, 17 deletionsarch/x86/kernel/smpboot.c
- arch/x86/kernel/trampoline.c 1 addition, 1 deletionarch/x86/kernel/trampoline.c
- arch/x86/mach-voyager/voyager_smp.c 0 additions, 9 deletionsarch/x86/mach-voyager/voyager_smp.c
- include/asm-x86/e820.h 6 additions, 0 deletionsinclude/asm-x86/e820.h
- include/asm-x86/e820_64.h 0 additions, 9 deletionsinclude/asm-x86/e820_64.h
- include/asm-x86/smp.h 0 additions, 1 deletioninclude/asm-x86/smp.h
Loading
Please register or sign in to comment