From: Tim Abbott Date: Wed, 16 Sep 2009 20:44:29 +0000 (-0400) Subject: x86: Use section .data.page_aligned for the idt_table. X-Git-Tag: v2.6.32-rc1~17^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07e81d61605f885920f31634a65aace52beb97db;p=pandora-kernel.git 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 Cc: Ingo Molnar Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed