cvs commit: src/sys/powerpc/powerpc pmap.c
Peter Grehan
grehan at FreeBSD.org
Wed Jan 28 16:45:42 PST 2004
grehan 2004/01/28 16:45:41 PST
FreeBSD src repository
Modified files:
sys/powerpc/powerpc pmap.c
Log:
When UMA_MD_SMALL_ALLOC is defined, pmap_kextract will be called
for direct-mapped addresses. Assume that any address less than KVA
is one of these and return it. Also assert that an address is KVA
does have a valid mapping - callers of pmap_kextract don't check
the return value, since they assume that they have a valid virtual
address.
Revision Changes Path
1.68 +10 -0 src/sys/powerpc/powerpc/pmap.c
More information about the cvs-src
mailing list