看板 DFBSD_commit 關於我們 聯絡資訊
commit fcc11a69ee00e4382da331b45e80c27c19aeced8 Author: Venkatesh Srinivas <me@endeavour.zapto.org> Date: Sat Jun 12 07:38:20 2010 -0700 kernel - MPSAFE work - tokenize vm/vm_mmap.c, part 2 vm_mmap() now takes the vm token. This seemed like a better idea than modifying all of the callers to have knowledge of the vm locking strategy. Summary of changes: sys/vm/vm_mmap.c | 34 +++++++++++++++++++++++++++------- 1 files changed, 27 insertions(+), 7 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fcc11a69ee00e4382da331b45e80c27c19aeced8 -- DragonFly BSD source repository