]> xenbits.xensource.com Git - xen.git/commit
xen/init: Annotate all command line parameter infrastructure as const
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 8 Feb 2016 10:19:34 +0000 (10:19 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 23 Jun 2016 11:57:51 +0000 (12:57 +0100)
commita6066af5b1427faa07b21a7739e89d98e8d18d3c
tree13b02bed1249916ede6b52fa6fd418e738357bea
parent91b26a35914176db4d19dc145bc6e2db62ee7a2c
xen/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.

While editing this area, correct the types used in the extern
declarations for __setup_start and __setup_end to match the types the
linker actually produces.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Julien Grall <julien.grall@arm.com>
xen/arch/arm/xen.lds.S
xen/arch/x86/xen.lds.S
xen/common/kernel.c
xen/include/xen/init.h