]> xenbits.xensource.com Git - xen.git/commit
init: annotate all command line parameter infrastructure as const
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 22 Feb 2016 16:17:18 +0000 (17:17 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 22 Feb 2016 16:17:18 +0000 (17:17 +0100)
commit59b151d2c0bf37f3f2f984096d384dfdfa03a8f4
tree83b95a5bb51ce87f0fd70f24fd62336b606deb4d
parenta624cf437b51b8b1b7ee3da25427ae4128766372
init: annotate all command line parameter infrastructure as const

There is no reason for any of it to be modified.  Additionally, link
.init.setup beside the other constant .init data.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
[jb: reduce alignments to 8]
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
xen/arch/arm/xen.lds.S
xen/arch/x86/xen.lds.S
xen/include/xen/init.h