看板 DFBSD_commit 關於我們 聯絡資訊
commit 665d7d250af6444b7934e62344db5b1cbc32b76f Author: Matthew Dillon <dillon@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