git: kernel - Check PG_MARKER in pmap_object_init_pt_callback()

看板DFBSD_commit作者時間14年前 (2011/12/28 02:04), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 0d987a03063a07a124553c94d2bbfe9c46852f18 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Mon Nov 28 22:08:40 2011 -0800 kernel - Check PG_MARKER in pmap_object_init_pt_callback() * All PG_MARKER pages are also PG_BUSY so the code was already handling the case, but checking for PG_MARKER is the official way to check for a marker so do that too. Summary of changes: sys/platform/pc32/i386/pmap.c | 7 +++++++ sys/platform/pc64/x86_64/pmap.c | 7 +++++++ sys/platform/vkernel/platform/pmap.c | 7 +++++++ sys/platform/vkernel64/platform/pmap.c | 7 +++++++ 4 files changed, 28 insertions(+), 0 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0d987a03063a07a124553c94d2bbfe9c46852f18 -- DragonFly BSD source repository
文章代碼(AID): #1E-WYkgo (DFBSD_commit)