Re: uvm/uvm_map.h cleanup

2019-12-06 Thread Mike Larkin
On Thu, Dec 05, 2019 at 07:25:51PM +0100, Martin Pieuchot wrote: > Following cleanup diff: > > - 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 N

uvm/uvm_map.h cleanup

2019-12-05 Thread Martin Pieuchot
Following cleanup diff: - 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 guar