Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Enable MULTIPROCESSOR



details:   https://anonhg.NetBSD.org/src/rev/32ae1e324b93
branches:  trunk
changeset: 333472:32ae1e324b93
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Nov 05 08:16:56 2014 +0000

description:
Enable MULTIPROCESSOR

diffstat:

 sys/arch/evbarm/conf/CUBIETRUCK |  11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r 6a65ead33cee -r 32ae1e324b93 sys/arch/evbarm/conf/CUBIETRUCK
--- a/sys/arch/evbarm/conf/CUBIETRUCK   Wed Nov 05 08:16:33 2014 +0000
+++ b/sys/arch/evbarm/conf/CUBIETRUCK   Wed Nov 05 08:16:56 2014 +0000
@@ -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 @@
 #
 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



Home | Main Index | Thread Index | Old Index