x86: Use section .data.page_aligned for the idt_table.
authorTim Abbott <tabbott@ksplice.com>
Wed, 16 Sep 2009 20:44:29 +0000 (16:44 -0400)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 18 Sep 2009 17:21:52 +0000 (10:21 -0700)
commit07e81d61605f885920f31634a65aace52beb97db
treef48066abb6ca5d922033dc0434ef1a5b8d8cb0bb
parent4ae59b916d269255800d69a07ac5b0c368a417f8
x86: Use section .data.page_aligned for the idt_table.

The .data.idt section is just squashed into the .data.page_aligned
output section by the linker script anyway, so it might as well be in
the .data.page_aligned section.

This eliminates all references to .data.idt on x86.

Signed-off-by: Tim Abbott <tabbott@ksplice.com>
Cc: Ingo Molnar <mingo@redhat.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/kernel/traps.c
arch/x86/kernel/vmlinux.lds.S