From: Oleksandr Tyshchenko <oleksandr_tyshche...@epam.com>

Hi, all.

This is small patch series for ARM32 which needed to be able to bring
secondary CPUs up not only during the initial boot, but at runtime also.
For example, during CPU hotplug.

Actually these are follow-up patches to the following series [1], which covers 
generic ARM and ARM64 parts. 

[1] https://lists.xenproject.org/archives/html/xen-devel/2018-06/msg00039.html

Changes since v1:
   - Fix typoes
   - Rename ".init.proc.info" to ".data.proc.info"

Oleksandr Tyshchenko (2):
  xen/arm: link: Link proc_info_list in .data instead of .init.data
  xen/arm32: Remove __init prefixes from funcs that are used within CPU
    up flow

 xen/arch/arm/arm32/proc-v7.S |  6 +++---
 xen/arch/arm/arm32/smpboot.c |  2 +-
 xen/arch/arm/platform.c      |  2 +-
 xen/arch/arm/xen.lds.S       | 10 ++++++----
 4 files changed, 11 insertions(+), 9 deletions(-)

-- 
2.7.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to