Re: [PATCH] KVM: use modern cpumask primitives, no cpumask_t on stack

2008-12-15 Thread Rusty Russell
On Friday 12 December 2008 03:21:24 Hollis Blanchard wrote: This patch breaks uniprocessor builds, because smp_call_function_many() is only defined for CONFIG_SMP. Good catch. I missed it because it's fixed as a side-effect of a later patch in my series (before I convert users). Linus, can

Re: [PATCH] KVM: use modern cpumask primitives, no cpumask_t on stack

2008-12-11 Thread Hollis Blanchard
On Mon, 2008-12-08 at 16:09 +, Avi Kivity wrote: diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c index ba4275d..2d6ca79 100644 --- a/virt/kvm/kvm_main.c +++ b/virt/kvm/kvm_main.c @@ -568,14 +570,17 @@ static bool make_all_cpus_request(struct kvm *kvm, unsigned int req)