git: kernel - Check PG_MARKER in pmap_object_init_pt_callback()

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Nov 28 22:10:53 PST 2011


commit 0d987a03063a07a124553c94d2bbfe9c46852f18
Author: Matthew Dillon <dillon at 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





More information about the Commits mailing list