x86: Introduce GDT_ENTRY_INIT()
authorAkinobu Mita <akinobu.mita@gmail.com>
Sat, 18 Jul 2009 15:12:20 +0000 (00:12 +0900)
committerIngo Molnar <mingo@elte.hu>
Sat, 8 Aug 2009 15:44:11 +0000 (17:44 +0200)
commit1e5de18278e6862f4198412b5059a03770fa816a
tree23ca6dfed95bd5f53d69d4b94ada59358765ad79
parent57594742a2b545f8f114cda34f15650be8ae976d
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>
arch/x86/include/asm/desc_defs.h
arch/x86/include/asm/lguest.h
arch/x86/include/asm/stackprotector.h
arch/x86/kernel/apm_32.c
arch/x86/kernel/cpu/common.c
drivers/pnp/pnpbios/bioscalls.c