kernel - Check PG_MARKER in pmap_object_init_pt_callback()
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 29 Nov 2011 06:08:40 +0000 (22:08 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 29 Nov 2011 06:08:40 +0000 (22:08 -0800)
commit0d987a03063a07a124553c94d2bbfe9c46852f18
tree88434c1344d8deee7a7f63c466d903e539f7b02b
parent5f97768d56d8f4feadf9407630849bdd67cad2f1
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.
sys/platform/pc32/i386/pmap.c
sys/platform/pc64/x86_64/pmap.c
sys/platform/vkernel/platform/pmap.c
sys/platform/vkernel64/platform/pmap.c