DragonFly commits List (threaded) for 2009-08
DragonFly BSD
DragonFly commits List (threaded) for 2009-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: AMD64 - Fix bugs in pmap_growkernel()


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 12 Aug 2009 11:03:43 -0700 (PDT)

commit 7f2a27403e888900c67cf026c5fe875ddd58f08d
Author: Matthew Dillon <dillon@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]