]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
xen/smp: Warn user why they keel over - nosmp or noapic and what to use instead.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 1 Sep 2011 13:48:27 +0000 (09:48 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 7 Nov 2011 21:46:48 +0000 (13:46 -0800)
commit657c2a0c9fd3e6945c3c2ab6bcf49e8d9bbf5916
tree208ccb51e11a6eb537cd04fa96f8f7cb7fe5b3c9
parent5e30cfbee70bd109cdf040d975f2055e83d8cf71
xen/smp: Warn user why they keel over - nosmp or noapic and what to use instead.

commit ed467e69f16e6b480e2face7bc5963834d025f91 upstream.

We have hit a couple of customer bugs where they would like to
use those parameters to run an UP kernel - but both of those
options turn of important sources of interrupt information so
we end up not being able to boot. The correct way is to
pass in 'dom0_max_vcpus=1' on the Xen hypervisor line and
the kernel will patch itself to be a UP kernel.

Fixes bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637308

Acked-by: Ian Campbell <Ian.Campbell@eu.citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86/xen/smp.c