Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sgimips Cleanup includes



details:   https://anonhg.NetBSD.org/src/rev/cfbe22c31871
branches:  trunk
changeset: 809247:cfbe22c31871
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Jun 26 22:55:06 2015 +0000

description:
Cleanup includes

diffstat:

 sys/arch/sgimips/include/intr.h    |   4 +---
 sys/arch/sgimips/sgimips/machdep.c |  13 ++++++-------
 2 files changed, 7 insertions(+), 10 deletions(-)

diffs (70 lines):

diff -r eefc4ea2f9bf -r cfbe22c31871 sys/arch/sgimips/include/intr.h
--- a/sys/arch/sgimips/include/intr.h   Fri Jun 26 22:32:23 2015 +0000
+++ b/sys/arch/sgimips/include/intr.h   Fri Jun 26 22:55:06 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.h,v 1.27 2011/02/20 07:59:50 matt Exp $   */
+/*     $NetBSD: intr.h,v 1.28 2015/06/26 22:55:06 matt Exp $   */
 
 /*
  * Copyright (c) 2000 Soren S. Jorvang
@@ -43,8 +43,6 @@
 #include <sys/queue.h>
 #include <sys/types.h>
 #include <sys/evcnt.h>
-#include <mips/cpuregs.h>
-#include <mips/locore.h>
 
 #define NINTR  32
 
diff -r eefc4ea2f9bf -r cfbe22c31871 sys/arch/sgimips/sgimips/machdep.c
--- a/sys/arch/sgimips/sgimips/machdep.c        Fri Jun 26 22:32:23 2015 +0000
+++ b/sys/arch/sgimips/sgimips/machdep.c        Fri Jun 26 22:55:06 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.140 2014/03/24 19:10:34 christos Exp $   */
+/*     $NetBSD: machdep.c,v 1.141 2015/06/26 22:55:06 matt Exp $       */
 
 /*
  * Copyright (c) 2000 Soren S. Jorvang
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.140 2014/03/24 19:10:34 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.141 2015/06/26 22:55:06 matt Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -50,10 +50,12 @@
 #include <sys/kernel.h>
 #include <sys/proc.h>
 #include <sys/buf.h>
+#include <sys/bus.h>
 #include <sys/reboot.h>
 #include <sys/conf.h>
 #include <sys/file.h>
 #include <sys/malloc.h>
+#include <sys/intr.h>
 #include <sys/mbuf.h>
 #include <sys/msgbuf.h>
 #include <sys/device.h>
@@ -67,18 +69,15 @@
 
 #include <uvm/uvm_extern.h>
 
-#include <machine/cpu.h>
+#include <mips/locore.h>
+
 #include <machine/reg.h>
 #include <machine/psl.h>
-#include <machine/pte.h>
 #include <machine/autoconf.h>
 #include <machine/machtype.h>
 #include <machine/sysconf.h>
-#include <machine/intr.h>
 #include <machine/bootinfo.h>
-#include <sys/bus.h>
 
-#include <mips/locore.h>
 #include <mips/cache.h>
 #include <mips/cache_r5k.h>
 #ifdef ENABLE_MIPS4_CACHE_R10K



Home | Main Index | Thread Index | Old Index