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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sys
/
arch
/
evbppc
/
include
/
vmparam.h
blob
67c8ef530c4b0c6542a2c8ec7c3ba495d766d9db
1
/* $NetBSD: pmap.h,v 1.30 2003/02/03 17:10:01 matt Exp $ */
2
3
#ifdef _KERNEL_OPT
4
#include
"opt_ppcarch.h"
5
#endif
6
7
#ifdef PPC_IBM4XX
8
#include <powerpc/ibm4xx/vmparam.h>
9
#elif defined(PPC_OEA)
10
#include <powerpc/oea/vmparam.h>
11
#endif