Merge to Fedora kernel-2.6.18-1.2255_FC5-vs2.0.2.2-rc9 patched with stable patch...
[linux-2.6.git] / drivers / xen / core / evtchn.c
index 85c716b..77ca1bf 100644 (file)
@@ -478,7 +478,6 @@ static int retrigger(unsigned int irq)
        shared_info_t *s = HYPERVISOR_shared_info;
        if (!VALID_EVTCHN(evtchn))
                return 1;
-       BUG_ON(!synch_test_bit(evtchn, &s->evtchn_mask[0]));
        synch_set_bit(evtchn, &s->evtchn_pending[0]);
        return 1;
 }