-
- Downloads
x86: Introduce GDT_ENTRY_INIT()
GDT_ENTRY_INIT is static initializer of desc_struct. We already have similar macro GDT_ENTRY() but it's static initializer for u64 and it cannot be used for desc_struct. Signed-off-by:Akinobu Mita <akinobu.mita@gmail.com> LKML-Reference: <20090718151219.GD11294@localhost.localdomain> Signed-off-by:
Ingo Molnar <mingo@elte.hu>
Showing
- arch/x86/include/asm/desc_defs.h 6 additions, 0 deletionsarch/x86/include/asm/desc_defs.h
- arch/x86/include/asm/lguest.h 3 additions, 2 deletionsarch/x86/include/asm/lguest.h
- arch/x86/include/asm/stackprotector.h 1 addition, 1 deletionarch/x86/include/asm/stackprotector.h
- arch/x86/kernel/apm_32.c 1 addition, 1 deletionarch/x86/kernel/apm_32.c
- arch/x86/kernel/cpu/common.c 20 additions, 20 deletionsarch/x86/kernel/cpu/common.c
- drivers/pnp/pnpbios/bioscalls.c 1 addition, 4 deletionsdrivers/pnp/pnpbios/bioscalls.c
Loading
Please register or sign in to comment