dect
/
linux-2.6
Archived
13
0
Fork 0

xen: events: Remove redundant clear of l2i at end of round-robin loop

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>
This commit is contained in:
Keir Fraser 2011-03-03 10:13:26 +00:00 committed by Konrad Rzeszutek Wilk
parent 24b51c2f2d
commit 3b7bcdf282
1 changed files with 0 additions and 1 deletions

View File

@ -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());