CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/03/21 15:49:45
Modified files:
sys/arch/loongson/loongson: bus_dma.c
sys/arch/mips64/include: pmap.h
sys/arch/mips64/mips64: pmap.c
sys/arch/octeon/octeon: bus_dma.c
sys/arch/sgi/sgi: bus_dma.c
Log message:
Rename the symbolic constants for the pmap-specific vm_pag pg_flags from
PV_xxx to PGF_xxx for consistency (these are not stored in pvlist entries
anymore since years). The PG_ prefix can't be used here because of name
conflicts with <machine/pte.h> names, and I'd rather not rename the pte
constants.
No functional change. But it makes my life easier.