diff options
Diffstat (limited to 'arch/x86/kernel/traps.c')
-rw-r--r-- | arch/x86/kernel/traps.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/x86/kernel/traps.c b/arch/x86/kernel/traps.c index a665c71352b8..7e37dcee0cc3 100644 --- a/arch/x86/kernel/traps.c +++ b/arch/x86/kernel/traps.c | |||
@@ -72,11 +72,9 @@ char ignore_fpu_irq; | |||
72 | 72 | ||
73 | /* | 73 | /* |
74 | * The IDT has to be page-aligned to simplify the Pentium | 74 | * The IDT has to be page-aligned to simplify the Pentium |
75 | * F0 0F bug workaround.. We have a special link segment | 75 | * F0 0F bug workaround. |
76 | * for this. | ||
77 | */ | 76 | */ |
78 | gate_desc idt_table[NR_VECTORS] | 77 | gate_desc idt_table[NR_VECTORS] __page_aligned_data = { { { { 0, 0 } } }, }; |
79 | __attribute__((__section__(".data.idt"))) = { { { { 0, 0 } } }, }; | ||
80 | #endif | 78 | #endif |
81 | 79 | ||
82 | DECLARE_BITMAP(used_vectors, NR_VECTORS); | 80 | DECLARE_BITMAP(used_vectors, NR_VECTORS); |