Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/amlogic fix build without VERBOSE_INIT_ARM



details:   https://anonhg.NetBSD.org/src/rev/17decb79c235
branches:  trunk
changeset: 336501:17decb79c235
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Tue Mar 03 23:20:04 2015 +0000

description:
fix build without VERBOSE_INIT_ARM

diffstat:

 sys/arch/evbarm/amlogic/amlogic_machdep.c |  11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diffs (31 lines):

diff -r 6064672fac2e -r 17decb79c235 sys/arch/evbarm/amlogic/amlogic_machdep.c
--- a/sys/arch/evbarm/amlogic/amlogic_machdep.c Tue Mar 03 23:14:41 2015 +0000
+++ b/sys/arch/evbarm/amlogic/amlogic_machdep.c Tue Mar 03 23:20:04 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: amlogic_machdep.c,v 1.11 2015/03/03 23:14:41 jmcneill Exp $ */
+/*     $NetBSD: amlogic_machdep.c,v 1.12 2015/03/03 23:20:04 jmcneill Exp $ */
 
 /*
  * Machine dependent functions for kernel setup for TI OSK5912 board.
@@ -125,7 +125,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: amlogic_machdep.c,v 1.11 2015/03/03 23:14:41 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: amlogic_machdep.c,v 1.12 2015/03/03 23:20:04 jmcneill Exp $");
 
 #include "opt_machdep.h"
 #include "opt_ddb.h"
@@ -633,12 +633,5 @@
                if (arm_cpu_hatched == hatched)
                        break;
        }
-
-       if (i == 0) {
-               const char *msg = "\nWARNING: Some APs failed to start\n";
-               const char *p = msg;
-               while (*p)
-                       amlogic_putchar(*p++);
-       }
 }
 #endif



Home | Main Index | Thread Index | Old Index