Hi all, this small patch series fixes few Xen on ARM problems I found with more testing:
- in order to work in dom0, we need to delay the initilization of the pm functions after arch_init; - VCPUOP_register_vcpu_info needs to be executed by each online cpu separately; - VCPUOP_register_vcpu_info is not actually supposed to fail. Stefano Stabellini (3): xen/arm: initialize pm functions later xen/arm: do not handle VCPUOP_register_vcpu_info failures xen: rename xen_secondary_init and run it on every online cpu arch/arm/xen/enlighten.c | 34 +++++++++++++++------------------- 1 files changed, 15 insertions(+), 19 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/