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 Re-enable cpus [123] now that bcm2835_in...



details:   https://anonhg.NetBSD.org/src/rev/c7e82bbee326
branches:  trunk
changeset: 809777:c7e82bbee326
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Aug 01 16:18:47 2015 +0000

description:
Re-enable cpus [123] now that bcm2835_intr.c is fixed with rev 1.11/

diffstat:

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

diffs (30 lines):

diff -r 92646f115552 -r c7e82bbee326 sys/arch/evbarm/rpi/rpi_machdep.c
--- a/sys/arch/evbarm/rpi/rpi_machdep.c Sat Aug 01 14:18:00 2015 +0000
+++ b/sys/arch/evbarm/rpi/rpi_machdep.c Sat Aug 01 16:18:47 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rpi_machdep.c,v 1.66 2015/05/31 08:13:18 skrll Exp $   */
+/*     $NetBSD: rpi_machdep.c,v 1.67 2015/08/01 16:18:47 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.66 2015/05/31 08:13:18 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rpi_machdep.c,v 1.67 2015/08/01 16:18:47 skrll Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_bcm283x.h"
@@ -534,11 +534,6 @@
                            __func__, i);
                }
        }
-
-       /*
-        * XXXNH: Disable non-boot CPUs for now
-        */
-       arm_cpu_hatched = 0;
 #endif
 }
 



Home | Main Index | Thread Index | Old Index