repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
sys
/
arch
/
powerpc
/
include
/
pmap.h
blob
2edae73fc29e4279b583213e01b3459149a91cb3
1
/* $NetBSD: pmap.h,v 1.33 2006/08/05 21:26:49 sanjayl Exp $ */
2
3
#ifdef _KERNEL_OPT
4
#include
"opt_ppcarch.h"
5
#endif
6
7
#ifdef PPC_IBM4XX
8
#include <powerpc/ibm4xx/pmap.h>
9
#elif defined(PPC_OEA) || defined (PPC_OEA64) || defined (PPC_OEA64_BRIDGE)
10
#include <powerpc/oea/pmap.h>
11
#else
12
#endif