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 multiprocessor support now tha...



details:   https://anonhg.NetBSD.org/src/rev/038e60debc3a
branches:  trunk
changeset: 338396:038e60debc3a
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Thu May 21 10:35:08 2015 +0000

description:
re-enable multiprocessor support now that sdmmc has been fixed

diffstat:

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

diffs (30 lines):

diff -r 30b34131cb2f -r 038e60debc3a sys/arch/evbarm/rpi/rpi_machdep.c
--- a/sys/arch/evbarm/rpi/rpi_machdep.c Thu May 21 09:53:05 2015 +0000
+++ b/sys/arch/evbarm/rpi/rpi_machdep.c Thu May 21 10:35:08 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rpi_machdep.c,v 1.62 2015/05/01 09:59:11 skrll Exp $   */
+/*     $NetBSD: rpi_machdep.c,v 1.63 2015/05/21 10:35:08 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.62 2015/05/01 09:59:11 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rpi_machdep.c,v 1.63 2015/05/21 10:35:08 jmcneill 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