]> xenbits.xensource.com Git - seabios.git/commit
xen: Don't perform SMP setup. 1.7.1-stable-xen
authorAnthony PERARD <anthony.perard@citrix.com>
Wed, 26 Jun 2013 15:30:45 +0000 (16:30 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 26 Jun 2013 16:34:51 +0000 (17:34 +0100)
commit3a28511b46f0c2af5fae1b6ed2b0c19d7913cee3
tree5d27a5e05984d1b54ae5446e65133b765b7e9c4f
parent30ef08fb25af278ba012efd8b2c0050c108be54d
xen: Don't perform SMP setup.

This is not needed and in case one want to start a guest with fewer vCPU
than the maximum, the function will fail (infinite loop).

It's a "backport" of 5dbf1732940f94771e0b3c45c0960940276bc263. The original
commit is rather involved and relies on other infrastructure changes. This
replicates the functional affect.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
[ ijc -- expanded "backport" comment ]
src/smp.c