Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 2009 18:44:01 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r198342 - head/sys/arm/mv
Message-ID:  <200910211844.n9LIi1Ji007441@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcel
Date: Wed Oct 21 18:44:00 2009
New Revision: 198342
URL: http://svn.freebsd.org/changeset/base/198342

Log:
  Review previous change. It has no relation to the I-cache coherency
  changes and thus unintentional.
  
  Spotted by: rdivacky@

Modified:
  head/sys/arm/mv/mv_machdep.c

Modified: head/sys/arm/mv/mv_machdep.c
==============================================================================
--- head/sys/arm/mv/mv_machdep.c	Wed Oct 21 18:38:02 2009	(r198341)
+++ head/sys/arm/mv/mv_machdep.c	Wed Oct 21 18:44:00 2009	(r198342)
@@ -408,7 +408,7 @@ initarm(void *mdp, void *unused __unused
 		availmem_regions_sz = i;
 	} else {
 		/* Fall back to hardcoded boothowto flags and metadata. */
-		boothowto = 0; // RB_VERBOSE | RB_SINGLE;
+		boothowto = RB_VERBOSE | RB_SINGLE;
 		lastaddr = fake_preload_metadata();
 
 		/*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910211844.n9LIi1Ji007441>