Skip to content

Commit

Permalink
xen: events: Remove redundant clear of l2i at end of round-robin loop
Browse files Browse the repository at this point in the history
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
[ijc: forward ported from linux-2.6.18-xen.hg 991:9ba6d9f3fbc0]
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
  • Loading branch information
Keir Fraser authored and Konrad Rzeszutek Wilk committed Mar 10, 2011
1 parent 24b51c2 commit 3b7bcdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/xen/events.c
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,6 @@ static void __xen_evtchn_do_upcall(void)
pending_words &= ~(1UL << word_idx);

word_idx = (word_idx + 1) % BITS_PER_LONG;
bit_idx = 0;
}

BUG_ON(!irqs_disabled());
Expand Down

0 comments on commit 3b7bcdf

Please sign in to comment.