]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/xen/evtchn.c
xen/events: fix binding user event channels to cpus
[mirror_ubuntu-bionic-kernel.git] / drivers / xen / evtchn.c
index 9729a64ea1a9847e598ee9e91b6adf0d9fb71511..055123f48039951fe9ea8867a972df8d2cb25dad 100644 (file)
@@ -447,7 +447,7 @@ static void evtchn_bind_interdom_next_vcpu(int evtchn)
        this_cpu_write(bind_last_selected_cpu, selected_cpu);
 
        /* unmask expects irqs to be disabled */
-       xen_rebind_evtchn_to_cpu(evtchn, selected_cpu);
+       xen_set_affinity_evtchn(desc, selected_cpu);
        raw_spin_unlock_irqrestore(&desc->lock, flags);
 }