Minor cleanups:
authormiod <miod@openbsd.org>
Wed, 9 Nov 2022 07:11:30 +0000 (07:11 +0000)
committermiod <miod@openbsd.org>
Wed, 9 Nov 2022 07:11:30 +0000 (07:11 +0000)
commit82ab0dd627e78fac491a704c3b6973dfcffdab73
tree3797af0ce567d73abe5426723a63d896ce8fc9ad
parentc8f15ebba89a27f76abf45532c6c6805fd318949
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@
sys/arch/arm64/arm64/pmap.c