[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH V2 0/2] xen/arm: implement smp_call_function
This patch series can be applied on top of Ian's patch series "arm: host SMP support" The first patch fixes an issue on SMP board when smp_call_function is implemented. The second patch implements the function. Changes since V1: - Move smp_call_function and on_selected_cpus in the common part - Use spin_lock instead of spin_lock_irqsave in patch 1 Julien Grall (2): xen/arm: gic_disable_cpu must be called with interrupts disabled xen/arm: implement smp_call_function xen/arch/arm/gic.c | 9 +++- xen/arch/arm/smp.c | 11 ++--- xen/arch/x86/smp.c | 88 +++----------------------------------- xen/common/Makefile | 1 + xen/common/smp.c | 94 +++++++++++++++++++++++++++++++++++++++++ xen/include/asm-arm/gic.h | 1 + xen/include/asm-x86/hardirq.h | 1 + xen/include/xen/smp.h | 7 +++ 8 files changed, 120 insertions(+), 92 deletions(-) create mode 100644 xen/common/smp.c -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |