[BACK]Return to pmap.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / powerpc / include

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/powerpc/include/pmap.h between version 1.33 and 1.33.62.2

version 1.33, 2006/08/05 21:26:49 version 1.33.62.2, 2010/03/11 15:02:50
Line 6 
Line 6 
   
 #ifdef PPC_IBM4XX  #ifdef PPC_IBM4XX
 #include <powerpc/ibm4xx/pmap.h>  #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)  #elif defined(PPC_OEA) || defined (PPC_OEA64) || defined (PPC_OEA64_BRIDGE)
 #include <powerpc/oea/pmap.h>  #include <powerpc/oea/pmap.h>
 #else  #else
 #ifndef _LOCORE  
 typedef struct pmap *pmap_t;  
 #endif  
 #endif  #endif

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.33.62.2

CVSweb <webmaster@jp.NetBSD.org>