CVSROOT: /cvs Module name: src Changes by: sema...@cvs.openbsd.org 2022/08/06 07:44:04
Modified files: regress/sys/uvm: Makefile sys/kern : subr_blist.c sys/sys : blist.h sys/uvm : uvm_swap.c Log message: blist: use swblk_t type (defined in sys/blist.h) reduce the diff with DragonFlyBSD by using swblk_t and u_swblk_t types. while here, move bitmap type (u_swblk_t) to u_int64_t on all archs. it makes the regress the same on 64 and 32bits archs (and it success on both). ok mpi@