aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common
diff options
context:
space:
mode:
authorJulien Grall <julien.grall@linaro.org>2013-08-28 15:47:16 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-09-10 11:01:08 +0100
commit887915680a701a2e258676a6c97ae0599ac9e3fe (patch)
tree2d7e937f5224049fe3ccf732060505040b668dbc /xen/common
parenta320c05b828275c19ae5b816715be8453ea2f190 (diff)
downloadxen-887915680a701a2e258676a6c97ae0599ac9e3fe.tar.gz
xen-887915680a701a2e258676a6c97ae0599ac9e3fe.tar.bz2
xen-887915680a701a2e258676a6c97ae0599ac9e3fe.zip
xen: Introduce __initconst to store initial const data
It's possible to have 2 type (const and non-const) of data in the same compilation unit. Using only __initdata will result to a compilation error: error: $variablename causes as section tupe conflict with $variablename2 because a section containing const variables is marked read only and so cannot contain non-const variables. Signed-off-by: Julien Grall <julien.grall@linaro.org> Acked-by: Ian Cambell <ian.campbell@citrix.com> CC: Jan Beulich <JBeulich@suse.com> CC: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/common')
0 files changed, 0 insertions, 0 deletions