svn commit: r198342 - head/sys/arm/mv
Marcel Moolenaar
marcel at FreeBSD.org
Wed Oct 21 18:44:01 UTC 2009
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();
/*
More information about the svn-src-head
mailing list