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 cleanup cpu.h includes
details: https://anonhg.NetBSD.org/src/rev/1c0f00cf84a1
branches: trunk
changeset: 764647:1c0f00cf84a1
user: matt <matt%NetBSD.org@localhost>
date: Fri Apr 29 22:08:17 2011 +0000
description:
cleanup cpu.h includes
diffstat:
sys/arch/mips/mips/trap.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (42 lines):
diff -r 3c6a5191ceb9 -r 1c0f00cf84a1 sys/arch/mips/mips/trap.c
--- a/sys/arch/mips/mips/trap.c Fri Apr 29 22:07:46 2011 +0000
+++ b/sys/arch/mips/mips/trap.c Fri Apr 29 22:08:17 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: trap.c,v 1.230 2011/04/06 05:33:07 matt Exp $ */
+/* $NetBSD: trap.c,v 1.231 2011/04/29 22:08:17 matt Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.230 2011/04/06 05:33:07 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.231 2011/04/29 22:08:17 matt Exp $");
#include "opt_cputype.h" /* which mips CPU levels do we support? */
#include "opt_ddb.h"
@@ -49,6 +49,7 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
+#include <sys/cpu.h>
#include <sys/proc.h>
#include <sys/ras.h>
#include <sys/signalvar.h>
@@ -58,7 +59,6 @@
#include <sys/sa.h>
#include <sys/savar.h>
#include <sys/kauth.h>
-#include <sys/cpu.h>
#include <sys/atomic.h>
#include <mips/cache.h>
@@ -67,7 +67,6 @@
#include <uvm/uvm.h>
-#include <machine/cpu.h>
#include <mips/trap.h>
#include <mips/reg.h>
#include <mips/regnum.h> /* symbolic register indices */
Home |
Main Index |
Thread Index |
Old Index