git: AMD64 - Fix bugs in pmap_growkernel()

看板DFBSD_commit作者時間16年前 (2009/08/13 02:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1AWmgbp_ (DFBSD_commit)