Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/include Include BookE version of pmap.h



details:   https://anonhg.NetBSD.org/src/rev/c61e4800a36c
branches:  trunk
changeset: 752880:c61e4800a36c
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Mar 09 22:40:06 2010 +0000

description:
Include BookE version of pmap.h

diffstat:

 sys/arch/powerpc/include/pmap.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 1d34631a5410 -r c61e4800a36c sys/arch/powerpc/include/pmap.h
--- a/sys/arch/powerpc/include/pmap.h   Tue Mar 09 22:39:32 2010 +0000
+++ b/sys/arch/powerpc/include/pmap.h   Tue Mar 09 22:40:06 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.34 2008/12/09 20:45:45 pooka Exp $  */
+/*     $NetBSD: pmap.h,v 1.35 2010/03/09 22:40:06 matt Exp $   */
 
 #ifdef _KERNEL_OPT
 #include "opt_ppcarch.h"
@@ -6,6 +6,8 @@
 
 #ifdef PPC_IBM4XX
 #include <powerpc/ibm4xx/pmap.h>
+#elif defined(PPC_BOOKE)
+#include <powerpc/booke/pmap.h>
 #elif defined(PPC_OEA) || defined (PPC_OEA64) || defined (PPC_OEA64_BRIDGE)
 #include <powerpc/oea/pmap.h>
 #else



Home | Main Index | Thread Index | Old Index