Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips Include <machine/db_machdep.h> instead of...



details:   https://anonhg.NetBSD.org/src/rev/949ee31e4df9
branches:  trunk
changeset: 467374:949ee31e4df9
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Mar 23 22:15:36 1999 +0000

description:
Include <machine/db_machdep.h> instead of <mips/db_machdep.h>.

diffstat:

 sys/arch/mips/mips/db_disasm.c    |  4 ++--
 sys/arch/mips/mips/db_interface.c |  4 ++--
 sys/arch/mips/mips/db_trace.c     |  4 ++--
 sys/arch/mips/mips/trap.c         |  6 +++---
 4 files changed, 9 insertions(+), 9 deletions(-)

diffs (81 lines):

diff -r 548c6377dfdd -r 949ee31e4df9 sys/arch/mips/mips/db_disasm.c
--- a/sys/arch/mips/mips/db_disasm.c    Tue Mar 23 22:07:06 1999 +0000
+++ b/sys/arch/mips/mips/db_disasm.c    Tue Mar 23 22:15:36 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db_disasm.c,v 1.2 1997/08/17 16:58:53 mhitch Exp $     */
+/*     $NetBSD: db_disasm.c,v 1.3 1999/03/23 22:15:36 simonb Exp $     */
 
 /*-
  * Copyright (c) 1991, 1993
@@ -47,7 +47,7 @@
 #include <machine/cpu.h>
 #include <mips/mips_opcode.h>
 /*#include <machine/param.h>*/
-#include <mips/db_machdep.h>
+#include <machine/db_machdep.h>
 
 #include <ddb/db_interface.h>
 #include <ddb/db_output.h>
diff -r 548c6377dfdd -r 949ee31e4df9 sys/arch/mips/mips/db_interface.c
--- a/sys/arch/mips/mips/db_interface.c Tue Mar 23 22:07:06 1999 +0000
+++ b/sys/arch/mips/mips/db_interface.c Tue Mar 23 22:15:36 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db_interface.c,v 1.13 1999/03/13 13:16:29 drochner Exp $       */
+/*     $NetBSD: db_interface.c,v 1.14 1999/03/23 22:15:36 simonb Exp $ */
 
 /* 
  * Mach Operating System
@@ -43,7 +43,7 @@
 #include <mips/mips_opcode.h>
 #include <dev/cons.h>
 
-#include <mips/db_machdep.h>
+#include <machine/db_machdep.h>
 #include <ddb/db_access.h>
 #include <ddb/db_command.h>
 #include <ddb/db_output.h>
diff -r 548c6377dfdd -r 949ee31e4df9 sys/arch/mips/mips/db_trace.c
--- a/sys/arch/mips/mips/db_trace.c     Tue Mar 23 22:07:06 1999 +0000
+++ b/sys/arch/mips/mips/db_trace.c     Tue Mar 23 22:15:36 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db_trace.c,v 1.6 1999/01/16 03:44:42 nisimura Exp $    */
+/*     $NetBSD: db_trace.c,v 1.7 1999/03/23 22:15:36 simonb Exp $      */
 
 /* 
  * Mach Operating System
@@ -32,7 +32,7 @@
 #include <mips/mips_opcode.h>
 
 #include <machine/param.h>
-#include <mips/db_machdep.h>
+#include <machine/db_machdep.h>
 #include <ddb/db_interface.h>
 #include <ddb/db_output.h>
 #include <ddb/db_variables.h>
diff -r 548c6377dfdd -r 949ee31e4df9 sys/arch/mips/mips/trap.c
--- a/sys/arch/mips/mips/trap.c Tue Mar 23 22:07:06 1999 +0000
+++ b/sys/arch/mips/mips/trap.c Tue Mar 23 22:15:36 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.c,v 1.105 1999/03/18 04:56:02 chs Exp $   */
+/*     $NetBSD: trap.c,v 1.106 1999/03/23 22:15:36 simonb Exp $        */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -43,7 +43,7 @@
  */
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.105 1999/03/18 04:56:02 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.106 1999/03/23 22:15:36 simonb Exp $");
 
 #include "opt_cputype.h"       /* which mips CPU levels do we support? */
 #include "opt_inet.h"
@@ -97,7 +97,7 @@
 #include <miscfs/procfs/procfs.h>
 
 #ifdef DDB
-#include <mips/db_machdep.h>
+#include <machine/db_machdep.h>
 #include <ddb/db_sym.h>
 #endif
 



Home | Main Index | Thread Index | Old Index