From owner-svn-src-all@FreeBSD.ORG Wed Oct 21 18:40:33 2009 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20FD31065670; Wed, 21 Oct 2009 18:40:33 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id C8B718FC1E; Wed, 21 Oct 2009 18:40:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 213489CB0CE; Wed, 21 Oct 2009 20:39:55 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ud2kDiZVAQ27; Wed, 21 Oct 2009 20:39:52 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id BDEE59CB515; Wed, 21 Oct 2009 20:39:52 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id n9LIdqmc006191; Wed, 21 Oct 2009 20:39:52 +0200 (CEST) (envelope-from rdivacky) Date: Wed, 21 Oct 2009 20:39:52 +0200 From: Roman Divacky To: Marcel Moolenaar Message-ID: <20091021183952.GA5953@freebsd.org> References: <200910211838.n9LIc2wp007206@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200910211838.n9LIc2wp007206@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r198341 - in head/sys: amd64/amd64 arm/arm arm/mv i386/i386 i386/xen ia64/ia64 kern mips/mips powerpc/aim powerpc/booke powerpc/include powerpc/powerpc sparc64/sparc64 sun4v/sun4v vm X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Oct 2009 18:40:33 -0000 > > Modified: head/sys/arm/mv/mv_machdep.c > ============================================================================== > --- head/sys/arm/mv/mv_machdep.c Wed Oct 21 18:31:54 2009 (r198340) > +++ head/sys/arm/mv/mv_machdep.c Wed Oct 21 18:38:02 2009 (r198341) > @@ -408,7 +408,7 @@ initarm(void *mdp, void *unused __unused > availmem_regions_sz = i; > } else { > /* Fall back to hardcoded boothowto flags and metadata. */ > - boothowto = RB_VERBOSE | RB_SINGLE; > + boothowto = 0; // RB_VERBOSE | RB_SINGLE; are you sure about this?