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 Disable non-boot CPUs on RPI2 - there ar...



details:   https://anonhg.NetBSD.org/src/rev/2d22a1f13120
branches:  trunk
changeset: 337853:2d22a1f13120
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri May 01 09:59:11 2015 +0000

description:
Disable non-boot CPUs on RPI2 - there are still issues with interrupt
handling.

diffstat:

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

diffs (30 lines):

diff -r 28c8460c77e2 -r 2d22a1f13120 sys/arch/evbarm/rpi/rpi_machdep.c
--- a/sys/arch/evbarm/rpi/rpi_machdep.c Fri May 01 07:23:47 2015 +0000
+++ b/sys/arch/evbarm/rpi/rpi_machdep.c Fri May 01 09:59:11 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rpi_machdep.c,v 1.61 2015/04/12 17:32:39 skrll Exp $   */
+/*     $NetBSD: rpi_machdep.c,v 1.62 2015/05/01 09:59:11 skrll 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.61 2015/04/12 17:32:39 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rpi_machdep.c,v 1.62 2015/05/01 09:59:11 skrll Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_bcm283x.h"
@@ -534,6 +534,11 @@
                            __func__, i);
                }
        }
+
+       /*
+        * XXXNH: Disable non-boot CPUs for now
+        */
+       arm_cpu_hatched = 0;
 #endif
 }
 



Home | Main Index | Thread Index | Old Index