X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Ftraps.c;h=8351175172e15029dccf366d25ebea0e2c827ee8;hb=704daf55c7297e727021063cb5d8ba1c55b84426;hp=9346e102338dfcdab484711c21447433b196bd69;hpb=b0c6fbe458183cc7e1cab17be6efcbe7e435bad3;p=mv-sheeva.git diff --git a/arch/x86/kernel/traps.c b/arch/x86/kernel/traps.c index 9346e102338..8351175172e 100644 --- a/arch/x86/kernel/traps.c +++ b/arch/x86/kernel/traps.c @@ -73,11 +73,9 @@ char ignore_fpu_irq; /* * The IDT has to be page-aligned to simplify the Pentium - * F0 0F bug workaround.. We have a special link segment - * for this. + * F0 0F bug workaround. */ -gate_desc idt_table[NR_VECTORS] - __attribute__((__section__(".data.idt"))) = { { { { 0, 0 } } }, }; +gate_desc idt_table[NR_VECTORS] __page_aligned_data = { { { { 0, 0 } } }, }; #endif DECLARE_BITMAP(used_vectors, NR_VECTORS);