Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm defflag VERBOSE_INIT_ARM



details:   https://anonhg.NetBSD.org/src/rev/f7f0c65e5f35
branches:  trunk
changeset: 327828:f7f0c65e5f35
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Mar 18 07:05:46 2014 +0000

description:
defflag VERBOSE_INIT_ARM

diffstat:

 sys/arch/arm/conf/files.arm   |  3 ++-
 sys/arch/arm/include/locore.h |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 871cd913a66a -r f7f0c65e5f35 sys/arch/arm/conf/files.arm
--- a/sys/arch/arm/conf/files.arm       Tue Mar 18 07:05:00 2014 +0000
+++ b/sys/arch/arm/conf/files.arm       Tue Mar 18 07:05:46 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.arm,v 1.124 2014/02/20 17:39:59 matt Exp $
+#      $NetBSD: files.arm,v 1.125 2014/03/18 07:05:46 matt Exp $
 
 # temporary define to allow easy moving to ../arch/arm/arm32
 defflag                                ARM32
@@ -64,6 +64,7 @@
 
 # ARM-specific debug options
 defflag        opt_arm_debug.h         ARM_LOCK_CAS_DEBUG
+defflag        opt_arm_debug.h         VERBOSE_INIT_ARM
 
 # Board-specific bus_space(9)/bus_dma(9) definitions
 defflag  opt_arm_bus_space.h   __BUS_SPACE_HAS_STREAM_METHODS
diff -r 871cd913a66a -r f7f0c65e5f35 sys/arch/arm/include/locore.h
--- a/sys/arch/arm/include/locore.h     Tue Mar 18 07:05:00 2014 +0000
+++ b/sys/arch/arm/include/locore.h     Tue Mar 18 07:05:46 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.h,v 1.14 2014/03/03 08:15:36 matt Exp $ */
+/*     $NetBSD: locore.h,v 1.15 2014/03/18 07:05:46 matt Exp $ */
 
 /*
  * Copyright (c) 1994-1996 Mark Brinicombe.
@@ -51,6 +51,7 @@
 #ifdef _KERNEL_OPT
 #include "opt_cpuoptions.h"
 #include "opt_cputypes.h"
+#include "opt_arm_debug.h"
 #endif
 
 #include <arm/cpuconf.h>



Home | Main Index | Thread Index | Old Index