Module Name: src
Committed By: martin
Date: Wed Nov 5 08:16:56 UTC 2014
Modified Files:
src/sys/arch/evbarm/conf: CUBIETRUCK
Log Message:
Enable MULTIPROCESSOR
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/CUBIETRUCK
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/conf/CUBIETRUCK
diff -u src/sys/arch/evbarm/conf/CUBIETRUCK:1.4 src/sys/arch/evbarm/conf/CUBIETRUCK:1.5
--- src/sys/arch/evbarm/conf/CUBIETRUCK:1.4 Fri Oct 24 10:59:45 2014
+++ src/sys/arch/evbarm/conf/CUBIETRUCK Wed Nov 5 08:16:56 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CUBIETRUCK,v 1.4 2014/10/24 10:59:45 jmcneill Exp $
+# $NetBSD: CUBIETRUCK,v 1.5 2014/11/05 08:16:56 martin Exp $
#
# CUBIETRUCK - Cubieboard3 (mostly cubieboard2 with 2GB)
#
@@ -28,9 +28,6 @@ makeoptions CPUFLAGS="-mcpu=cortex-a7 -m
#
options PMAP_NEED_ALLOC_POOLPAGE
-#
-# not fully working yet
-#
-# options MULTIPROCESSOR
-# cpu* at mainbus?
-# options VERBOSE_INIT_ARM # verbose bootstraping messages
+options MULTIPROCESSOR
+cpu* at mainbus?
+#options VERBOSE_INIT_ARM # verbose bootstraping messages