Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/ibm4xx Add a #include <machine/pcb.h>
details: https://anonhg.NetBSD.org/src/rev/dd98ac13694e
branches: trunk
changeset: 760911:dd98ac13694e
user: matt <matt%NetBSD.org@localhost>
date: Mon Jan 17 06:55:49 2011 +0000
description:
Add a #include <machine/pcb.h>
diffstat:
sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 5958d958b325 -r dd98ac13694e sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c
--- a/sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c Mon Jan 17 06:54:57 2011 +0000
+++ b/sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c Mon Jan 17 06:55:49 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ibm4xx_machdep.c,v 1.13 2010/02/25 23:31:47 matt Exp $ */
+/* $NetBSD: ibm4xx_machdep.c,v 1.14 2011/01/17 06:55:49 matt Exp $ */
/* Original: ibm40x_machdep.c,v 1.3 2005/01/17 17:19:36 shige Exp $ */
/*
@@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ibm4xx_machdep.c,v 1.13 2010/02/25 23:31:47 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ibm4xx_machdep.c,v 1.14 2011/01/17 06:55:49 matt Exp $");
#include "opt_compat_netbsd.h"
#include "opt_ddb.h"
@@ -95,6 +95,7 @@
#endif
#include <machine/powerpc.h>
+#include <powerpc/pcb.h>
#include <powerpc/spr.h>
#include <powerpc/ibm4xx/spr.h>
#include <machine/trap.h>
Home |
Main Index |
Thread Index |
Old Index