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/392597f90f96
branches:  trunk
changeset: 333469:392597f90f96
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Nov 05 08:11:35 2014 +0000

description:
Enable MULTIPROCESSOR

diffstat:

 sys/arch/evbarm/conf/BPI |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 1c5c57f7a0fd -r 392597f90f96 sys/arch/evbarm/conf/BPI
--- a/sys/arch/evbarm/conf/BPI  Wed Nov 05 07:56:48 2014 +0000
+++ b/sys/arch/evbarm/conf/BPI  Wed Nov 05 08:11:35 2014 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BPI,v 1.7 2014/10/24 10:59:24 jmcneill Exp $
+#      $NetBSD: BPI,v 1.8 2014/11/05 08:11:35 skrll Exp $
 #
 #      BPI -- Banana Pi - an Allwinner A20 Eval Board Kernel
 #
@@ -26,7 +26,7 @@
 options        ALLWINNER_A20
 options        PMAPCOUNTERS
 options        AWIN_CONSOLE_EARLY
-#options       MULTIPROCESSOR
+options        MULTIPROCESSOR
 
 # Architecture options
 



Home | Main Index | Thread Index | Old Index