x86/traps: Put idt_table[] back into .bss
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 9 Mar 2018 15:01:21 +0000 (15:01 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 9 Mar 2018 15:42:24 +0000 (15:42 +0000)
commit044fedfaa29b5d5774196e3fc7d955a48bfceac4
tree18d80ed47d3882b2f0536111199b4994191443b0
parent715bdd0e471f72a993fbd1ec272801d3bdddc4b4
x86/traps: Put idt_table[] back into .bss

c/s d1d6fc97d "x86/xpti: really hide almost all of Xen image" accidentially
moved idt_table[] from .bss to .data by virtue of using the page_aligned
section.  We also have .bss.page_aligned, so use that.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
xen/arch/x86/traps.c