Module Name:    src
Committed By:   matt
Date:           Mon Jan 17 07:32:55 UTC 2011

Modified Files:
        src/sys/arch/evbppc/virtex: machdep.c

Log Message:
Add #include <machine/pcb.h>


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbppc/virtex/machdep.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/evbppc/virtex/machdep.c
diff -u src/sys/arch/evbppc/virtex/machdep.c:1.14 src/sys/arch/evbppc/virtex/machdep.c:1.15
--- src/sys/arch/evbppc/virtex/machdep.c:1.14	Thu Feb 25 23:33:44 2010
+++ src/sys/arch/evbppc/virtex/machdep.c	Mon Jan 17 07:32:54 2011
@@ -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>

Reply via email to