Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b7bcdf2 authored by Keir Fraser's avatar Keir Fraser Committed by Konrad Rzeszutek Wilk
Browse files

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



Signed-off-by: default avatarKeir Fraser <keir.fraser@citrix.com>
Signed-off-by: default avatarIan Campbell <ian.campbell@citrix.com>
[ijc: forward ported from linux-2.6.18-xen.hg 991:9ba6d9f3fbc0]
Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
parent 24b51c2f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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());