Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbmips/ingenic use defflag-ed debug options
details: https://anonhg.NetBSD.org/src/rev/3a38b5c98edd
branches: trunk
changeset: 335052:3a38b5c98edd
user: macallan <macallan%NetBSD.org@localhost>
date: Tue Dec 23 15:09:13 2014 +0000
description:
use defflag-ed debug options
diffstat:
sys/arch/evbmips/ingenic/machdep.c | 6 ++++--
sys/arch/evbmips/ingenic/mainbus.c | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)
diffs (54 lines):
diff -r 15e752f441bf -r 3a38b5c98edd sys/arch/evbmips/ingenic/machdep.c
--- a/sys/arch/evbmips/ingenic/machdep.c Tue Dec 23 15:08:25 2014 +0000
+++ b/sys/arch/evbmips/ingenic/machdep.c Tue Dec 23 15:09:13 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.2 2014/12/06 14:30:11 macallan Exp $ */
+/* $NetBSD: machdep.c,v 1.3 2014/12/23 15:09:13 macallan Exp $ */
/*-
* Copyright (c) 2014 Michael Lorenz
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.2 2014/12/06 14:30:11 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.3 2014/12/23 15:09:13 macallan Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -62,6 +62,8 @@
#include <mips/ingenic/ingenic_regs.h>
#include <mips/ingenic/ingenic_var.h>
+#include "opt_ingenic.h"
+
/* Maps for VM objects. */
struct vm_map *phys_map = NULL;
diff -r 15e752f441bf -r 3a38b5c98edd sys/arch/evbmips/ingenic/mainbus.c
--- a/sys/arch/evbmips/ingenic/mainbus.c Tue Dec 23 15:08:25 2014 +0000
+++ b/sys/arch/evbmips/ingenic/mainbus.c Tue Dec 23 15:09:13 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mainbus.c,v 1.2 2014/12/06 14:30:11 macallan Exp $ */
+/* $NetBSD: mainbus.c,v 1.3 2014/12/23 15:09:13 macallan Exp $ */
/*-
* Copyright (c) 2014 Michael Lorenz
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.2 2014/12/06 14:30:11 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.3 2014/12/23 15:09:13 macallan Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -38,6 +38,8 @@
#include <mips/ingenic/ingenic_regs.h>
+#include "opt_ingenic.h"
+
#include "locators.h"
static int mainbus_match(device_t, cfdata_t, void *);
Home |
Main Index |
Thread Index |
Old Index