xen/arm: link: Link proc_info_list in .rodata instead of .init.data
authorOleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>
Fri, 7 Dec 2018 13:41:16 +0000 (15:41 +0200)
committerJulien Grall <julien.grall@arm.com>
Fri, 7 Dec 2018 14:50:36 +0000 (14:50 +0000)
commit9cbe093b7b848aa96120406032fb15e5ea3362bd
tree933cb127eeb55cad7374706d345f90b1e6f3a37f
parent0124380fdf4f5d0f4d85867a4492dd050162b047
xen/arm: link: Link proc_info_list in .rodata instead of .init.data

To be able to use it for the hot-plugged CPUs as well.

The reason why we link proc_info_list in ".rodata" section is that
it context should never be modified.

This patch also renames ".init.proc.info" section to ".proc.info"
as "init" prefix is not actual anymore.

Signed-off-by: Oleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>
xen/arch/arm/arm32/proc-v7.S
xen/arch/arm/xen.lds.S