Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/cubie pull in opt_arm_debug.h for VERBOSE_IN...



details:   https://anonhg.NetBSD.org/src/rev/fb7b0ba7fd93
branches:  trunk
changeset: 802013:fb7b0ba7fd93
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Aug 28 06:36:48 2014 +0000

description:
pull in opt_arm_debug.h for VERBOSE_INIT_ARM

diffstat:

 sys/arch/evbarm/cubie/cubie_machdep.c |  5 +++--
 sys/arch/evbarm/cubie/cubie_start.S   |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (46 lines):

diff -r 52ec492f2694 -r fb7b0ba7fd93 sys/arch/evbarm/cubie/cubie_machdep.c
--- a/sys/arch/evbarm/cubie/cubie_machdep.c     Wed Aug 27 23:30:26 2014 +0000
+++ b/sys/arch/evbarm/cubie/cubie_machdep.c     Thu Aug 28 06:36:48 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cubie_machdep.c,v 1.19 2014/05/15 17:05:15 matt Exp $ */
+/*     $NetBSD: cubie_machdep.c,v 1.20 2014/08/28 06:36:48 skrll Exp $ */
 
 /*
  * Machine dependent functions for kernel setup for TI OSK5912 board.
@@ -125,7 +125,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cubie_machdep.c,v 1.19 2014/05/15 17:05:15 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cubie_machdep.c,v 1.20 2014/08/28 06:36:48 skrll Exp $");
 
 #include "opt_machdep.h"
 #include "opt_ddb.h"
@@ -134,6 +134,7 @@
 #include "opt_md.h"
 #include "opt_com.h"
 #include "opt_allwinner.h"
+#include "opt_arm_debug.h"
 
 #include "com.h"
 #include "ukbd.h"
diff -r 52ec492f2694 -r fb7b0ba7fd93 sys/arch/evbarm/cubie/cubie_start.S
--- a/sys/arch/evbarm/cubie/cubie_start.S       Wed Aug 27 23:30:26 2014 +0000
+++ b/sys/arch/evbarm/cubie/cubie_start.S       Thu Aug 28 06:36:48 2014 +0000
@@ -32,6 +32,7 @@
 #include "opt_cpuoptions.h"
 #include "opt_cputypes.h"
 #include "opt_multiprocessor.h"
+#include "opt_arm_debug.h"
 
 #include <arm/asm.h>
 #include <arm/armreg.h>
@@ -40,7 +41,7 @@
 #include <arm/allwinner/awin_reg.h>
 #include <evbarm/cubie/platform.h>  
 
-RCSID("$NetBSD: cubie_start.S,v 1.9 2014/04/18 06:53:13 matt Exp $")
+RCSID("$NetBSD: cubie_start.S,v 1.10 2014/08/28 06:36:48 skrll Exp $")
 
 #if defined(VERBOSE_INIT_ARM)
 #define        XPUTC(n)        mov r0, n; bl xputc



Home | Main Index | Thread Index | Old Index