Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/rpi MP not ready, disable it again



details:   https://anonhg.NetBSD.org/src/rev/caa5715f5041
branches:  trunk
changeset: 338484:caa5715f5041
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed May 27 09:40:51 2015 +0000

description:
MP not ready, disable it again

diffstat:

 sys/arch/evbarm/rpi/rpi_machdep.c |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r e4196879c148 -r caa5715f5041 sys/arch/evbarm/rpi/rpi_machdep.c
--- a/sys/arch/evbarm/rpi/rpi_machdep.c Wed May 27 09:27:40 2015 +0000
+++ b/sys/arch/evbarm/rpi/rpi_machdep.c Wed May 27 09:40:51 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rpi_machdep.c,v 1.64 2015/05/21 20:50:57 skrll Exp $   */
+/*     $NetBSD: rpi_machdep.c,v 1.65 2015/05/27 09:40:51 jmcneill Exp $        */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rpi_machdep.c,v 1.64 2015/05/21 20:50:57 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rpi_machdep.c,v 1.65 2015/05/27 09:40:51 jmcneill Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_bcm283x.h"
@@ -536,6 +536,11 @@
                            __func__, i);
                }
        }
+
+       /*
+        * XXXNH: Disable non-boot CPUs for now
+        */
+       arm_cpu_hatched = 0;
 #endif
 }
 



Home | Main Index | Thread Index | Old Index