CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2019/12/19 10:53:27
Modified files: sys/arch/arm/arm: pmap7.c sys/arch/arm/include: pmap.h sys/arch/arm64/arm64: pmap.c Log message: Convert boolean_t/TRUE/FALSE to int/1/0 for coherency with the rest of the kernel. ok patrick@