CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2023/01/01 12:49:18

Modified files:
        sys/arch/arm/arm: pmap7.c 
        sys/arch/arm/include: pmap.h 
        sys/arch/hppa/include: cpu.h 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 

Log message:
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@

Reply via email to