From: Jeremy Fitzhardinge Date: Fri, 6 Feb 2009 22:09:46 +0000 (-0800) Subject: xen: make sure that softirqs get handled at the end of event processing X-Git-Tag: v2.6.31-rc1~383^2~508^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3445a8fd7c6868bd9db0d1bea7d6e89004552122;p=pandora-kernel.git xen: make sure that softirqs get handled at the end of event processing Make sure that irq_enter()/irq_exit() wrap the entire event processing loop, rather than each individual event invokation. This makes sure that softirq processing is deferred until the end of event processing, rather than in the middle with interrupts disabled. Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed