CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/06 01:56:16
Modified files:
sys/uvm : uvm_map.c
Log message:
Tweak uvm assertions to avoid locking in some cases.
When only one thread can access a map, there's no need
to lock it. Tweak the assertion instead of appeasing it
by acquiring a lock when it's not necessary.
ok kettenis@
