git: kernel - Move VM objects from pool tokens to per-vm-object

看板DFBSD_commit作者時間14年前 (2011/11/17 07:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1En4Vsya (DFBSD_commit)