git: AMD64 - Fix bug in pmap_prefault, adjust vn kprintfs to conform to amd64.

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Aug 12 09:59:17 PDT 2009


commit 665d7d250af6444b7934e62344db5b1cbc32b76f
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Aug 12 09:56:03 2009 -0700

    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.

Summary of changes:
 sys/dev/disk/vn/vn.c           |    4 ++--
 sys/platform/pc64/amd64/pmap.c |    4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/665d7d250af6444b7934e62344db5b1cbc32b76f


-- 
DragonFly BSD source repository





More information about the Commits mailing list