Use PMAP_PREFER_ALIGN() == 0 rather than !defined(PMAP_PREFER) to enable the
authormiod <miod@openbsd.org>
Sun, 7 Aug 2022 19:40:48 +0000 (19:40 +0000)
committermiod <miod@openbsd.org>
Sun, 7 Aug 2022 19:40:48 +0000 (19:40 +0000)
commitd600f90f1a804e442018f93ce8ec61f99cd5fb69
treed74a5e8c7401ca15f207e4f1efef82f9d1e4b758
parent39f3b5a837df091e3fca7a51a45c66ed1edec96d
Use PMAP_PREFER_ALIGN() == 0 rather than !defined(PMAP_PREFER) to enable the
fast path in the pager code; this benefits most mips64 platforms.

ok kettenis@ mpi@
sys/uvm/uvm_pager.c