diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-09-25 04:45:32 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-09-25 04:47:00 -0400 |
commit | 704daf55c7297e727021063cb5d8ba1c55b84426 (patch) | |
tree | 15e7b49c69f1ba742ec5fb3a009e51e1564d6a75 /arch/x86/kernel/traps.c | |
parent | b0c6fbe458183cc7e1cab17be6efcbe7e435bad3 (diff) | |
parent | 123f3e1d76952759c0fc8b4fec55a3fc8084d56f (diff) |
Merge branch 'x86/asm' into x86/urgent
Merge reason: The linker script cleanups are ready for upstream.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
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 9346e102338d..8351175172e1 100644 --- a/arch/x86/kernel/traps.c +++ b/arch/x86/kernel/traps.c | |||
@@ -73,11 +73,9 @@ char ignore_fpu_irq; | |||
73 | 73 | ||
74 | /* | 74 | /* |
75 | * The IDT has to be page-aligned to simplify the Pentium | 75 | * The IDT has to be page-aligned to simplify the Pentium |
76 | * F0 0F bug workaround.. We have a special link segment | 76 | * F0 0F bug workaround. |
77 | * for this. | ||
78 | */ | 77 | */ |
79 | gate_desc idt_table[NR_VECTORS] | 78 | gate_desc idt_table[NR_VECTORS] __page_aligned_data = { { { { 0, 0 } } }, }; |
80 | __attribute__((__section__(".data.idt"))) = { { { { 0, 0 } } }, }; | ||
81 | #endif | 79 | #endif |
82 | 80 | ||
83 | DECLARE_BITMAP(used_vectors, NR_VECTORS); | 81 | DECLARE_BITMAP(used_vectors, NR_VECTORS); |