AMD64 - Fix bug in pmap_prefault, adjust vn kprintfs to conform to amd64.
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 12 Aug 2009 16:56:03 +0000 (09:56 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 12 Aug 2009 16:56:03 +0000 (09:56 -0700)
commit665d7d250af6444b7934e62344db5b1cbc32b76f
treeab78779b023d1b5414183300887ae560828b088d
parent79634a6643a5f76dd3cf8995a5c054ba6ad27192
AMD64 - Fix bug in pmap_prefault, adjust vn kprintfs to conform to amd64.

* The pde was being indirected without first checking to see if it was NULL.

* Fix kprintf()'s in the VN device to build without warning on amd64.
sys/dev/disk/vn/vn.c
sys/platform/pc64/amd64/pmap.c