summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2009-10-21 18:44:00 +0000
committermarcel <marcel@FreeBSD.org>2009-10-21 18:44:00 +0000
commitaca95fc6ebc7a5b5f133ed7fe6a54d4c2b530780 (patch)
treea9744cf6c03fb11fb47128e4633fa36803c6acd0 /sys/arm
parent51bb720939567fa381c6a03839b51f9c80bc67ef (diff)
downloadFreeBSD-src-aca95fc6ebc7a5b5f133ed7fe6a54d4c2b530780.zip
FreeBSD-src-aca95fc6ebc7a5b5f133ed7fe6a54d4c2b530780.tar.gz
Review previous change. It has no relation to the I-cache coherency
changes and thus unintentional. Spotted by: rdivacky@
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/mv/mv_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/mv/mv_machdep.c b/sys/arm/mv/mv_machdep.c
index c348e24..2dc20ce 100644
--- a/sys/arm/mv/mv_machdep.c
+++ b/sys/arm/mv/mv_machdep.c
@@ -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();
/*
OpenPOWER on IntegriCloud