CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/08/07 13:40:48
Modified files:
sys/uvm : uvm_pager.c
Log message:
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@
