Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/include - remove include <mips/proc.h>, unused



details:   https://anonhg.NetBSD.org/src/rev/361e8fa28d43
branches:  trunk
changeset: 764205:361e8fa28d43
user:      cliff <cliff%NetBSD.org@localhost>
date:      Thu Apr 14 05:07:56 2011 +0000

description:
- remove include <mips/proc.h>, unused
- db_mach_watch_set_all() is deprecated, removed,
superceded by cpuwatch_set_all()

diffstat:

 sys/arch/mips/include/db_machdep.h |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r 306ca707d9a0 -r 361e8fa28d43 sys/arch/mips/include/db_machdep.h
--- a/sys/arch/mips/include/db_machdep.h        Thu Apr 14 05:07:30 2011 +0000
+++ b/sys/arch/mips/include/db_machdep.h        Thu Apr 14 05:07:56 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_machdep.h,v 1.25 2011/04/06 05:53:27 matt Exp $ */
+/* $NetBSD: db_machdep.h,v 1.26 2011/04/14 05:07:56 cliff Exp $ */
 
 /*
  * Copyright (c) 1997 Jonathan Stone (hereinafter referred to as the author)
@@ -38,7 +38,6 @@
 #include <mips/trap.h>                 /* T_BREAK */
 #include <mips/reg.h>                  /* register state */
 #include <mips/regnum.h>               /* symbolic register indices */
-#include <mips/proc.h>
 #include <mips/pcb.h>
 
 
@@ -117,9 +116,6 @@
 bool ddb_running_on_this_cpu_p(void);
 bool ddb_running_on_any_cpu_p(void);
 void db_resume_others(void);
-#ifdef MIPS_DDB_WATCH
-void db_mach_watch_set_all(void);
-#endif
 
 /*
  * We have machine-dependent commands.



Home | Main Index | Thread Index | Old Index