benno 2006-05-30 14:21:09 UTC
FreeBSD src repository
Modified files:
sys/arm/arm pmap.c
Log:
In pmap_mapdev we correctly round the address off to the nearest page
boundary, but we must also add the offset back on to the va we return.
Revision Changes Path
1.48 +1 -1 src/sys/arm/arm/pmap.c