]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86, xen: do multicall callbacks with interrupts disabled
authorJeremy Fitzhardinge <jeremy@goop.org>
Fri, 6 Feb 2009 21:38:56 +0000 (13:38 -0800)
committerIngo Molnar <mingo@elte.hu>
Mon, 16 Feb 2009 07:56:41 +0000 (08:56 +0100)
commitc99608637eac8834d830496c462c054137772122
tree2ed6f93a8e733a61a78d61f5181c79246f5458f9
parent3d39e9d07b576ee72f2c94cfad9e618fe21763b2
x86, xen: do multicall callbacks with interrupts disabled

We can't call the callbacks after enabling interrupts, as we may get a
nested multicall call, which would cause a great deal of havok.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/xen/multicalls.c