created | 2022-11-25T12:57:07Z |
---|---|
begin | 2022-11-09T06:32:58Z |
end | 2022-11-09T07:11:30Z |
path | src/sys |
commits | 1 |
date | 2022-11-09T07:11:30Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/arch/arm64/arm64/pmap.c | log | diff | annotate |
message |
Minor cleanups: - remove unused pmap_vp_remove function. - remove obviously not-applying-to-this-situation comment in _pmap_kenter_pa(), copied from pmap_enter() (where it is legit). - make the PTED_xxx accessors inline. - actually use PTED_WIRED() rather than inlining it everywhere. ok mpi@ kettenis@ |