Date: Fri, 29 Jun 2012 14:33:01 +0000 (UTC) From: Attilio Rao <attilio@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r237782 - projects/amd64_xen_pv/sys/amd64/conf Message-ID: <201206291433.q5TEX17o050947@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: attilio Date: Fri Jun 29 14:33:00 2012 New Revision: 237782 URL: http://svn.freebsd.org/changeset/base/237782 Log: For the time being, untile single-user doesn't boot and work, disable SMP option for XEN. Approved by: cherry Modified: projects/amd64_xen_pv/sys/amd64/conf/XEN Modified: projects/amd64_xen_pv/sys/amd64/conf/XEN ============================================================================== --- projects/amd64_xen_pv/sys/amd64/conf/XEN Fri Jun 29 14:15:54 2012 (r237781) +++ projects/amd64_xen_pv/sys/amd64/conf/XEN Fri Jun 29 14:33:00 2012 (r237782) @@ -62,7 +62,7 @@ nodevice isa options MCLSHIFT=12 # To make an SMP kernel, the next line is needed -options SMP # Symmetric MultiProcessor Kernel +nooptions SMP # Symmetric MultiProcessor Kernel #device atkbdc # AT keyboard controller #device atkbd # AT keyboard
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206291433.q5TEX17o050947>