xen/events: remove unnecessary call to bind_evtchn_to_cpu()
[linux-2.6-microblaze.git] / drivers / xen / events / events_base.c
index dca101a..9875d6e 100644 (file)
@@ -469,9 +469,6 @@ static void xen_evtchn_close(unsigned int port)
        close.port = port;
        if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close) != 0)
                BUG();
-
-       /* Closed ports are implicitly re-bound to VCPU0. */
-       bind_evtchn_to_cpu(port, 0);
 }
 
 static void pirq_query_unmask(int irq)