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 need opt_arm_debug.h for VERBOSE_INIT_ARM



details:   https://anonhg.NetBSD.org/src/rev/83a84d74b3a8
branches:  trunk
changeset: 797411:83a84d74b3a8
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Jul 16 23:54:32 2014 +0000

description:
need opt_arm_debug.h for VERBOSE_INIT_ARM

diffstat:

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

diffs (23 lines):

diff -r e9eae9d3f310 -r 83a84d74b3a8 sys/arch/evbarm/rpi/rpi_machdep.c
--- a/sys/arch/evbarm/rpi/rpi_machdep.c Wed Jul 16 23:25:18 2014 +0000
+++ b/sys/arch/evbarm/rpi/rpi_machdep.c Wed Jul 16 23:54:32 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rpi_machdep.c,v 1.41 2014/04/06 12:43:19 skrll Exp $   */
+/*     $NetBSD: rpi_machdep.c,v 1.42 2014/07/16 23:54:32 jmcneill Exp $        */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -30,11 +30,12 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rpi_machdep.c,v 1.41 2014/04/06 12:43:19 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rpi_machdep.c,v 1.42 2014/07/16 23:54:32 jmcneill Exp $");
 
 #include "opt_evbarm_boardtype.h"
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
+#include "opt_arm_debug.h"
 
 #include "sdhc.h"
 #include "bcmdwctwo.h"



Home | Main Index | Thread Index | Old Index