]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xen: don't bother to stop other cpus on shutdown/reboot
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Mon, 29 Nov 2010 22:16:53 +0000 (14:16 -0800)
committerAndi Kleen <ak@linux.intel.com>
Tue, 14 Dec 2010 22:40:07 +0000 (23:40 +0100)
commit194587e5dfe26ffcf5358ee5c27dea79ff5e3d1d
tree871ae274e8e310322a18eda391603d72042429c0
parent18f41f489a1ee1b296482d1b5bdf2ea4f8625cb6
xen: don't bother to stop other cpus on shutdown/reboot

commit 31e323cca9d5c8afd372976c35a5d46192f540d1 upstream.

Xen will shoot all the VCPUs when we do a shutdown hypercall, so there's
no need to do it manually.

In any case it will fail because all the IPI irqs have been pulled
down by this point, so the cross-CPU calls will simply hang forever.

Until change 76fac077db6b34e2c6383a7b4f3f4f7b7d06d8ce the function calls
were not synchronously waited for, so this wasn't apparent.  However after
that change the calls became synchronous leading to a hang on shutdown
on multi-VCPU guests.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Cc: Alok Kataria <akataria@vmware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
arch/x86/xen/enlighten.c