Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/newsmips/newsmips <mips/db_machdep.h> --> <machine/...
details: https://anonhg.NetBSD.org/src/rev/d87960064d7d
branches: trunk
changeset: 467592:d87960064d7d
user: tsubai <tsubai%NetBSD.org@localhost>
date: Fri Mar 26 07:07:06 1999 +0000
description:
<mips/db_machdep.h> --> <machine/db_machdep.h>
diffstat:
sys/arch/newsmips/newsmips/machdep.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r 0478651309bd -r d87960064d7d sys/arch/newsmips/newsmips/machdep.c
--- a/sys/arch/newsmips/newsmips/machdep.c Fri Mar 26 07:03:01 1999 +0000
+++ b/sys/arch/newsmips/newsmips/machdep.c Fri Mar 26 07:07:06 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.21 1999/03/26 00:15:05 thorpej Exp $ */
+/* $NetBSD: machdep.c,v 1.22 1999/03/26 07:07:06 tsubai Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -43,7 +43,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.21 1999/03/26 00:15:05 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.22 1999/03/26 07:07:06 tsubai Exp $");
/* from: Utah Hdr: machdep.c 1.63 91/04/24 */
@@ -87,10 +87,10 @@
#include <machine/pte.h>
#include <machine/autoconf.h>
#include <mips/locore.h> /* wbflush() */
+
#ifdef DDB
-#include <mips/db_machdep.h>
+#include <machine/db_machdep.h>
#endif
-
#include <machine/adrsmap.h>
#include <machine/machConst.h>
#include <machine/intr.h>
Home |
Main Index |
Thread Index |
Old Index