Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/arm32 #include "opt_arm_debug.h" for VERBOSE_IN...



details:   https://anonhg.NetBSD.org/src/rev/dc1411713945
branches:  trunk
changeset: 337326:dc1411713945
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Apr 11 15:21:33 2015 +0000

description:
#include "opt_arm_debug.h" for VERBOSE_INIT_ARM

diffstat:

 sys/arch/arm/arm32/pmap.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 5d5ecfec4f33 -r dc1411713945 sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Sat Apr 11 13:44:14 2015 +0000
+++ b/sys/arch/arm/arm32/pmap.c Sat Apr 11 15:21:33 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.318 2015/04/07 20:36:21 matt Exp $  */
+/*     $NetBSD: pmap.c,v 1.319 2015/04/11 15:21:33 skrll Exp $ */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -186,6 +186,7 @@
 
 /* Include header files */
 
+#include "opt_arm_debug.h"
 #include "opt_cpuoptions.h"
 #include "opt_pmap_debug.h"
 #include "opt_ddb.h"
@@ -215,7 +216,7 @@
 
 #include <arm/locore.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.318 2015/04/07 20:36:21 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.319 2015/04/11 15:21:33 skrll Exp $");
 
 //#define PMAP_DEBUG
 #ifdef PMAP_DEBUG



Home | Main Index | Thread Index | Old Index