Module Name: src Committed By: matt Date: Fri Apr 29 22:08:17 UTC 2011
Modified Files: src/sys/arch/mips/mips: trap.c Log Message: cleanup cpu.h includes To generate a diff of this commit: cvs rdiff -u -r1.230 -r1.231 src/sys/arch/mips/mips/trap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/mips/mips/trap.c diff -u src/sys/arch/mips/mips/trap.c:1.230 src/sys/arch/mips/mips/trap.c:1.231 --- src/sys/arch/mips/mips/trap.c:1.230 Wed Apr 6 05:33:07 2011 +++ src/sys/arch/mips/mips/trap.c Fri Apr 29 22:08:17 2011 @@ -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 */