CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/12/19 10:46:32
Modified files:
sys/arch/i386/i386: pmap.c pmapae.c
sys/arch/i386/include: pmap.h
Log message:
Convert boolean_t/TRUE/FALSE to int/1/0 for coherency with the rest of
the kernel.
ok mlarkin@, visa@
