With the introduction of the PMAP_PREFER_{ALIGN,OFFSET} macros a long time ago,
authormiod <miod@openbsd.org>
Sun, 1 Jan 2023 19:49:17 +0000 (19:49 +0000)
committermiod <miod@openbsd.org>
Sun, 1 Jan 2023 19:49:17 +0000 (19:49 +0000)
commit58e38c500340afec2fdf042739400043665e726f
treed25884b18a14c9606fc8a95d538902e19e1e651a
parent7a75f638ec13c2ab648ba9d103514de955c8d005
With the introduction of the PMAP_PREFER_{ALIGN,OFFSET} macros a long time ago,
there are actually no more uses of the PMAP_PREFER() macro left in the kernel.
Remove that macro but keep PMAP_PREFER as a simple #define for it to let uvm
knows the PMAP_PREFER_{ALIGN,OFFSET} macros are available.

ok mpi@
sys/arch/arm/arm/pmap7.c
sys/arch/arm/include/pmap.h
sys/arch/hppa/include/cpu.h
sys/arch/hppa/include/pmap.h
sys/arch/mips64/include/pmap.h
sys/arch/mips64/mips64/pmap.c
sys/arch/sh/include/pmap.h
sys/arch/sh/sh/pmap.c
sys/arch/sparc64/include/pmap.h
sys/uvm/uvm_pmap.h