Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/virtex Add #include <machine/pcb.h>



details:   https://anonhg.NetBSD.org/src/rev/3081b4da197a
branches:  trunk
changeset: 760918:3081b4da197a
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Jan 17 07:32:54 2011 +0000

description:
Add #include <machine/pcb.h>

diffstat:

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

diffs (26 lines):

diff -r 9399f3e726e8 -r 3081b4da197a sys/arch/evbppc/virtex/machdep.c
--- a/sys/arch/evbppc/virtex/machdep.c  Mon Jan 17 07:32:05 2011 +0000
+++ b/sys/arch/evbppc/virtex/machdep.c  Mon Jan 17 07:32:54 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.14 2010/02/25 23:33:44 matt Exp $ */
+/*     $NetBSD: machdep.c,v 1.15 2011/01/17 07:32:54 matt Exp $ */
 
 /*
  * Copyright (c) 2006 Jachym Holecek
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.14 2010/02/25 23:33:44 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.15 2011/01/17 07:32:54 matt Exp $");
 
 #include "opt_compat_netbsd.h"
 #include "opt_ddb.h"
@@ -69,6 +69,7 @@
 #include <machine/bus.h>
 #include <machine/powerpc.h>
 #include <machine/trap.h>
+#include <machine/pcb.h>
 
 #include <powerpc/spr.h>
 #include <powerpc/ibm4xx/spr.h>



Home | Main Index | Thread Index | Old Index