diff options
Diffstat (limited to 'drivers/xen/events.c')
-rw-r--r-- | drivers/xen/events.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/xen/events.c b/drivers/xen/events.c index 0c3f17ba3956..8786e06c4180 100644 --- a/drivers/xen/events.c +++ b/drivers/xen/events.c | |||
@@ -1140,7 +1140,6 @@ static void __xen_evtchn_do_upcall(void) | |||
1140 | pending_words &= ~(1UL << word_idx); | 1140 | pending_words &= ~(1UL << word_idx); |
1141 | 1141 | ||
1142 | word_idx = (word_idx + 1) % BITS_PER_LONG; | 1142 | word_idx = (word_idx + 1) % BITS_PER_LONG; |
1143 | bit_idx = 0; | ||
1144 | } | 1143 | } |
1145 | 1144 | ||
1146 | BUG_ON(!irqs_disabled()); | 1145 | BUG_ON(!irqs_disabled()); |