aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86')
-rw-r--r--include/asm-x86/segment.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-x86/segment.h b/include/asm-x86/segment.h
index 1ff05a9f5513..57c8d3723836 100644
--- a/include/asm-x86/segment.h
+++ b/include/asm-x86/segment.h
@@ -9,6 +9,9 @@
9#define GDT_ENTRY_BOOT_DS (GDT_ENTRY_BOOT_CS + 1) 9#define GDT_ENTRY_BOOT_DS (GDT_ENTRY_BOOT_CS + 1)
10#define __BOOT_DS (GDT_ENTRY_BOOT_DS * 8) 10#define __BOOT_DS (GDT_ENTRY_BOOT_DS * 8)
11 11
12#define GDT_ENTRY_BOOT_TSS (GDT_ENTRY_BOOT_CS + 2)
13#define __BOOT_TSS (GDT_ENTRY_BOOT_TSS * 8)
14
12#ifdef CONFIG_X86_32 15#ifdef CONFIG_X86_32
13/* 16/*
14 * The layout of the per-CPU GDT under Linux: 17 * The layout of the per-CPU GDT under Linux: