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 disable MULTIPROCESSOR for now



details:   https://anonhg.NetBSD.org/src/rev/796f1f0445dd
branches:  trunk
changeset: 337925:796f1f0445dd
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun May 03 18:49:28 2015 +0000

description:
disable MULTIPROCESSOR for now

diffstat:

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

diffs (19 lines):

diff -r f29a3c3f46d2 -r 796f1f0445dd sys/arch/evbarm/conf/JETSONTK1
--- a/sys/arch/evbarm/conf/JETSONTK1    Sun May 03 17:24:45 2015 +0000
+++ b/sys/arch/evbarm/conf/JETSONTK1    Sun May 03 18:49:28 2015 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: JETSONTK1,v 1.9 2015/05/03 01:07:44 jmcneill Exp $
+#      $NetBSD: JETSONTK1,v 1.10 2015/05/03 18:49:28 jmcneill Exp $
 #
 #      NVIDIA Jetson TK1 - Tegra K1 development kit
 #      https://developer.nvidia.com/jetson-tk1
@@ -11,7 +11,7 @@
 options        CPU_CORTEXA15
 options        SOC_TEGRA124
 options        BOARD_JETSONTK1
-options        MULTIPROCESSOR
+#options       MULTIPROCESSOR
 #options       MEMSIZE=2048
 
 options        DIAGNOSTIC      # internal consistency checks



Home | Main Index | Thread Index | Old Index