x86: add "w" flag to .init.data section definition
authorDaniel Kiper <daniel.kiper@oracle.com>
Thu, 16 Feb 2017 17:10:04 +0000 (18:10 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 16 Feb 2017 17:10:04 +0000 (18:10 +0100)
commit8c935f5ff1cac422b4de21cbab69e13d2ebb25be
tree6941930d3a9c4884370b1f28a3e155ef8338a9cd
parente004384bb371f5ab76a79b83da79981f4c400b83
x86: add "w" flag to .init.data section definition

init.data section is clearly writable, so, add "w" flag to its
definition in xen/arch/x86/boot/x86_64.S.

Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/boot/x86_64.S