git: AMD64 - Fix bugs in pmap_growkernel()

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Aug 12 11:05:06 PDT 2009


commit 7f2a27403e888900c67cf026c5fe875ddd58f08d
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Aug 12 11:02:40 2009 -0700

    AMD64 - Fix bugs in pmap_growkernel()
    
    * The iterator was not being iterated when allocating a PDPE.
    
    * pmap_zero_page() was being called with a vm_page_t instead of a physical
      address.  (FreeBSD's version uses a vm_page_t, ours uses a physical
      address).

Summary of changes:
 sys/platform/pc64/amd64/pmap.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7f2a27403e888900c67cf026c5fe875ddd58f08d


-- 
DragonFly BSD source repository





More information about the Commits mailing list