Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbsh3/evbsh3 Need <machine/pcb.h> to define struct...



details:   https://anonhg.NetBSD.org/src/rev/913500543db3
branches:  trunk
changeset: 761043:913500543db3
user:      he <he%NetBSD.org@localhost>
date:      Wed Jan 19 09:36:33 2011 +0000

description:
Need <machine/pcb.h> to define struct pcb.

diffstat:

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

diffs (26 lines):

diff -r b2b2e4d564c3 -r 913500543db3 sys/arch/evbsh3/evbsh3/machdep.c
--- a/sys/arch/evbsh3/evbsh3/machdep.c  Wed Jan 19 09:03:15 2011 +0000
+++ b/sys/arch/evbsh3/evbsh3/machdep.c  Wed Jan 19 09:36:33 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.72 2010/12/20 00:25:32 matt Exp $        */
+/*     $NetBSD: machdep.c,v 1.73 2011/01/19 09:36:33 he Exp $  */
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.72 2010/12/20 00:25:32 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.73 2011/01/19 09:36:33 he Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -95,6 +95,7 @@
 
 #include <machine/bus.h>
 #include <machine/intr.h>
+#include <machine/pcb.h>
 
 #ifdef DDB
 #include <machine/db_machdep.h>



Home | Main Index | Thread Index | Old Index