看板 DFBSD_commit 關於我們 聯絡資訊
commit ba9d3e5225000c5abdcfb3ab06f8dbf33e24287f Author: Alex Hornung <ahornung@gmail.com> Date: Fri Jun 18 17:24:30 2010 +0100 MPSAFE work - fix acquisition of vm_token * vm_page_lookup needs to be called with the vm_token held, but vm_page_alloc wasn't acquiring it early enough. Summary of changes: sys/vm/vm_page.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ba9d3e5225000c5abdcfb3ab06f8dbf33e24287f -- DragonFly BSD source repository