CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/10/27 09:42:48
Modified files:
sys/kern : sys_pipe.c
Log message:
Remove KERNEL_LOCK() dance around km_alloc(9) & km_free(9).
Allocating VAs is done via uvm_map(9) which is safe to call without
KERNEL_LOCK() since mmap(2) & friends have been marked NOLOCK.
ok mvs@
