CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2019/12/12 04:12:37
Modified files: sys/uvm : uvm_extern.h uvm_map.c uvm_map.h Log message: Header cleanup. - reduces gratuitous differences with NetBSD, - merges multiple '#ifdef _KERNEL' blocks, - kills unused 'struct vm_map_intrsafe' - turns 'union vm_map_object' into a anonymous union (following to NetBSD) - move questionable vm_map_modflags() into uvm/uvm_map.c - remove guards around MAX_KMAPENT, it is defined&used only once - document lock differences - fix tab vs space ok mlarkin@, visa@