If domain_crash_synchronous() is called in the context of a multicall,
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 10 Nov 2006 17:47:15 +0000 (17:47 +0000)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 10 Nov 2006 17:47:15 +0000 (17:47 +0000)
commit63ffe9b07eed7a2cc7dfc3d02d51c70b29bd389b
treec36f76baa0dbfac50b03cbb87f3ae97c8834e81b
parentb63bf4c4820faa994cd81df5a7f58339c09d4c76
If domain_crash_synchronous() is called in the context of a multicall,
the (physical) CPU this was executing on did not get its multicall
state cleared and would reject any further multicalls, likely leading
to crashing dom0 at some point.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/common/domain.c