Functions make_timer_node and make_timer_domU_node are quite similar, so it is better to consolidate them to avoid discrepancy.
This patch series achives this goal in two steps: - Extend fdt_property_interrupts to deal with other domain than the hwdom. - Consolidate make_timer_node and make_timer_domU_node into one function: make_timer_node(const struct kernel_info *kinfo) Viktor Mitin (2): xen/arm: extend fdt_property_interrupts to support DomU xen/arm: consolidate make_timer_node and make_timer_domU_node xen/arch/arm/domain_build.c | 128 +++++++++++++++--------------------- 1 file changed, 52 insertions(+), 76 deletions(-) -- 2.17.1 _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
