v2: give on_cpus() an argument [Radim], and add a patch to fixup ARM, so it has the same API Andrew Jones (8): arm/arm64: smp: give on_cpus an argument x86/unittests.cfg: create hyperv group lib/x86/smp: introduce on_cpus and cpus_active x86/hyperv_clock: apply on_cpus x86/hyperv_stimer: apply on_cpus x86/hyperv_synic: apply on_cpus x86/kvmclock_test: apply on_cpus x86/vmexit: apply on_cpus arm/gic.c | 4 ++-- arm/selftest.c | 4 ++-- arm/spinlock-test.c | 4 ++-- lib/arm/asm/smp.h | 2 +- lib/arm/smp.c | 9 ++++----- lib/x86/smp.c | 21 +++++++++++++++++++++ lib/x86/smp.h | 2 ++ x86/hyperv_clock.c | 27 ++++++--------------------- x86/hyperv_stimer.c | 41 ++++++++--------------------------------- x86/hyperv_synic.c | 36 ++++++++---------------------------- x86/kvmclock_test.c | 33 +++++++++++---------------------- x86/unittests.cfg | 3 +++ x86/vmexit.c | 12 ++---------- 13 files changed, 72 insertions(+), 126 deletions(-) -- 2.9.4