Remove pmap_kernel() (which just returned a pointer to kernel_pmap), and
commit51d9129659697d3547852144260c31c967483a1b
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 2 Jan 2007 04:52:31 +0000 (2 04:52 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 2 Jan 2007 04:52:31 +0000 (2 04:52 +0000)
tree9309992532dcacf49aa0e1fbc56ec3304364e08d
parent9b78578f90a87e574d9ad86cb963bcf6541783c6
Remove pmap_kernel() (which just returned a pointer to kernel_pmap), and
change the kernel_pmap global from a pointer to a directly accessed
structure.  Adjust code accordingly.
sys/vm/vm_kern.c