-
- Downloads
x86: unify tss_struct
Although slighly different, the tss_struct is very similar in x86_64 and i386. The really different part, which matchs the hardware vision of it, is now called x86_hw_tss, and each of the architectures provides yours. It's then used as a field in the outter tss_struct. Signed-off-by:Glauber de Oliveira Costa <gcosta@redhat.com> Signed-off-by:
Ingo Molnar <mingo@elte.hu> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
Showing
- arch/x86/kernel/asm-offsets_64.c 1 addition, 1 deletionarch/x86/kernel/asm-offsets_64.c
- arch/x86/kernel/doublefault_32.c 1 addition, 1 deletionarch/x86/kernel/doublefault_32.c
- arch/x86/kernel/process_64.c 1 addition, 1 deletionarch/x86/kernel/process_64.c
- arch/x86/kernel/setup64.c 2 additions, 2 deletionsarch/x86/kernel/setup64.c
- arch/x86/kernel/smpboot_64.c 1 addition, 1 deletionarch/x86/kernel/smpboot_64.c
- include/asm-x86/lguest.h 1 addition, 1 deletioninclude/asm-x86/lguest.h
- include/asm-x86/processor.h 77 additions, 0 deletionsinclude/asm-x86/processor.h
- include/asm-x86/processor_32.h 0 additions, 62 deletionsinclude/asm-x86/processor_32.h
- include/asm-x86/processor_64.h 1 addition, 34 deletionsinclude/asm-x86/processor_64.h
Loading
Please register or sign in to comment