]> www.infradead.org Git - users/jedix/linux-maple.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)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 12 Sep 2011 20:25:20 +0000 (16:25 -0400)
commite3641ba6bff8400c9c3316bb234fbf20071c93f2
tree4cdf078e26b47845c59a234a5bc246263aa86cd8
parentcc70fe2757a492a384dc03b18ba56e5b8368eee6
xen/smp: Warn user why they keel over - nosmp or noapic and what to use instead.

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

CC: stable@kernel.org
Acked-by: Ian Campbell <Ian.Campbell@eu.citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/smp.c