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 Explicitly include <mips/pcb.h> for struc...



details:   https://anonhg.NetBSD.org/src/rev/144c941ba392
branches:  trunk
changeset: 760934:144c941ba392
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Mon Jan 17 15:32:59 2011 +0000

description:
Explicitly include <mips/pcb.h> for struct pcb.

diffstat:

 sys/arch/mips/mips/trap.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r c407d97dc614 -r 144c941ba392 sys/arch/mips/mips/trap.c
--- a/sys/arch/mips/mips/trap.c Mon Jan 17 15:18:06 2011 +0000
+++ b/sys/arch/mips/mips/trap.c Mon Jan 17 15:32:59 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.c,v 1.224 2010/12/20 00:25:38 matt Exp $  */
+/*     $NetBSD: trap.c,v 1.225 2011/01/17 15:32:59 tsutsui Exp $       */
 
 /*
  * Copyright (c) 1992, 1993
@@ -78,7 +78,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.224 2010/12/20 00:25:38 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.225 2011/01/17 15:32:59 tsutsui Exp $");
 
 #include "opt_cputype.h"       /* which mips CPU levels do we support? */
 #include "opt_ddb.h"
@@ -108,6 +108,7 @@
 #include <mips/trap.h>
 #include <mips/reg.h>
 #include <mips/regnum.h>                       /* symbolic register indices */
+#include <mips/pcb.h>
 #include <mips/pte.h>
 #include <mips/psl.h>
 #include <mips/userret.h>



Home | Main Index | Thread Index | Old Index