x86: move x86_64 gdt closer to i386
i386 and x86_64 used two different schemes for maintaining the gdt. With this patch, x86_64 initial gdt table is defined in a .c file, same way as i386 is now. Also, we call it "gdt_page", and the descriptor, "early_gdt_descr". This way we achieve common naming, which can allow for more code integration. Signed-off-by:Glauber Costa <gcosta@redhat.com> Signed-off-by:
Ingo Molnar <mingo@elte.hu>
Showing
- arch/x86/kernel/head_64.S 5 additions, 43 deletionsarch/x86/kernel/head_64.S
- arch/x86/kernel/setup64.c 1 addition, 4 deletionsarch/x86/kernel/setup64.c
- arch/x86/kernel/setup_64.c 17 additions, 2 deletionsarch/x86/kernel/setup_64.c
- arch/x86/kernel/smpboot.c 3 additions, 9 deletionsarch/x86/kernel/smpboot.c
- arch/x86/kernel/x8664_ksyms_64.c 0 additions, 5 deletionsarch/x86/kernel/x8664_ksyms_64.c
- include/asm-x86/desc.h 10 additions, 14 deletionsinclude/asm-x86/desc.h
- include/asm-x86/segment.h 12 additions, 11 deletionsinclude/asm-x86/segment.h
Loading
Please register or sign in to comment