x86: change write_gdt_entry signature.
This patch changes the write_gdt_entry function signature. Instead of the old "a" and "b" parameters, it now receives a pointer to a desc_struct, and the size of the entry being handled. This is because x86_64 can have some 16-byte entries as well as 8-byte ones. Signed-off-by:Glauber de Oliveira Costa <gcosta@redhat.com> CC: Zachary Amsden <zach@vmware.com> CC: Jeremy Fitzhardinge <Jeremy.Fitzhardinge.citrix.com> Signed-off-by:
Ingo Molnar <mingo@elte.hu> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
Showing
- arch/x86/kernel/paravirt_32.c 1 addition, 1 deletionarch/x86/kernel/paravirt_32.c
- arch/x86/kernel/smpcommon_32.c 4 additions, 3 deletionsarch/x86/kernel/smpcommon_32.c
- arch/x86/kernel/vmi_32.c 15 additions, 6 deletionsarch/x86/kernel/vmi_32.c
- arch/x86/lguest/boot.c 3 additions, 3 deletionsarch/x86/lguest/boot.c
- arch/x86/xen/enlighten.c 5 additions, 6 deletionsarch/x86/xen/enlighten.c
- include/asm-x86/desc_32.h 22 additions, 12 deletionsinclude/asm-x86/desc_32.h
- include/asm-x86/paravirt.h 6 additions, 3 deletionsinclude/asm-x86/paravirt.h
Please register or sign in to comment