cvs commit: src/sys/arm/arm pmap.c src/sys/arm/include pmap.h
pte.h
Olivier Houchard
cognet at FreeBSD.org
Thu Sep 23 14:54:25 PDT 2004
cognet 2004-09-23 21:54:25 UTC
FreeBSD src repository
Modified files:
sys/arm/arm pmap.c
sys/arm/include pmap.h pte.h
Log:
Implement pmap_growkernel() and pmap_extract_and_hold().
Remove the cache state logic : right now, it provides more problems than it
helps.
Add helper functions for mapping devices while bootstrapping.
Reorganize the code a bit, and remove dead code.
Obtained from: NetBSD (partially)
Revision Changes Path
1.13 +629 -635 src/sys/arm/arm/pmap.c
1.4 +26 -66 src/sys/arm/include/pmap.h
1.2 +0 -34 src/sys/arm/include/pte.h
More information about the cvs-src
mailing list