diff options
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/segment.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/segment.h b/arch/x86/include/asm/segment.h index d394899e055c..5a9856eb12ba 100644 --- a/arch/x86/include/asm/segment.h +++ b/arch/x86/include/asm/segment.h | |||
@@ -39,6 +39,8 @@ | |||
39 | /* ... GDT has it cleared */ | 39 | /* ... GDT has it cleared */ |
40 | #define SEGMENT_GDT 0x0 | 40 | #define SEGMENT_GDT 0x0 |
41 | 41 | ||
42 | #define GDT_ENTRY_INVALID_SEG 0 | ||
43 | |||
42 | #ifdef CONFIG_X86_32 | 44 | #ifdef CONFIG_X86_32 |
43 | /* | 45 | /* |
44 | * The layout of the per-CPU GDT under Linux: | 46 | * The layout of the per-CPU GDT under Linux: |