看板 DFBSD_commit 關於我們 聯絡資訊
commit c9958a5ae526a5fb6820b23b28e71d351db81a69 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Wed Nov 16 14:59:34 2011 -0800 kernel - Move VM objects from pool tokens to per-vm-object tokens * Move VM objects from pool tokens to per-vm-object tokens. * This fixes booting issues on i386 with vm.shared_fault=1 (pool tokens would sometimes coincide with the token used for kernel_object which causes problems on i386 due to the pmap code's use of kernel_map/kernel_object). Summary of changes: sys/vm/vm_object.c | 24 ++++++++++++++---------- sys/vm/vm_object.h | 8 ++++---- 2 files changed, 18 insertions(+), 14 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c9958a5ae526a5fb6820b23b28e71d351db81a69 -- DragonFly BSD source repository