- physmap_map, physmap_map_fini: pmap_update() must be performed before freeing the VA; otherwise there is a window when it can be re-used while stale TLB entries may be present. - physmap_fill:
- physmap_map, physmap_map_fini: pmap_update() must be performed before freeing the VA; otherwise there is a window when it can be re-used while stale TLB entries may be present. - physmap_fill: use MIN() instead of min(), since vsize_t is used. - Add RCS ID comment while here and prevent physmap.h inclusion in userland.
show more ...
|