提交 3b7bcdf2 编写于 作者: K Keir Fraser 提交者: Konrad Rzeszutek Wilk

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

Signed-off-by: NKeir Fraser <keir.fraser@citrix.com>
Signed-off-by: NIan Campbell <ian.campbell@citrix.com>
[ijc: forward ported from linux-2.6.18-xen.hg 991:9ba6d9f3fbc0]
Signed-off-by: NKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
上级 24b51c2f
......@@ -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());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册