Remove pmap_kernel() (which just returned a pointer to kernel_pmap), and
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 2 Jan 2007 04:52:31 +0000 (04:52 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 2 Jan 2007 04:52:31 +0000 (04:52 +0000)
commit0296010baff20d4452776b849a5196c4f886ebcf
tree1ed36e59754fb4a4b79858c9e59dcfd6fe53bff1
parente4a473f16b5365434dbcfc93279ef6183c48625f
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