From owner-svn-src-projects@FreeBSD.ORG Fri Jun 29 14:33:01 2012 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 570791065672; Fri, 29 Jun 2012 14:33:01 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 410328FC0C; Fri, 29 Jun 2012 14:33:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q5TEX1xV050950; Fri, 29 Jun 2012 14:33:01 GMT (envelope-from attilio@svn.freebsd.org) Received: (from attilio@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q5TEX17o050947; Fri, 29 Jun 2012 14:33:01 GMT (envelope-from attilio@svn.freebsd.org) Message-Id: <201206291433.q5TEX17o050947@svn.freebsd.org> From: Attilio Rao Date: Fri, 29 Jun 2012 14:33:01 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r237782 - projects/amd64_xen_pv/sys/amd64/conf X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jun 2012 14:33:01 -0000 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