git: kernel - Refactor phys_avail[] and dump_avail[]
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Jan 5 18:44:30 PST 2017
commit 77c48adb9af1650ecf9315cfaa00344cd10628e1
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Jan 5 16:33:49 2017 -0800
kernel - Refactor phys_avail[] and dump_avail[]
* Refactor phys_avail[] and dump_avail[] into a more understandable
structure.
Summary of changes:
sys/dev/drm/linux_iomapping.c | 7 ++-
sys/platform/pc64/include/pmap.h | 1 -
sys/platform/pc64/include/vmparam.h | 2 +-
sys/platform/pc64/x86_64/dump_machdep.c | 14 ++---
sys/platform/pc64/x86_64/machdep.c | 92 +++++++++++++++--------------
sys/platform/pc64/x86_64/minidump_machdep.c | 4 +-
sys/platform/pc64/x86_64/nexus.c | 14 +++--
sys/platform/vkernel64/platform/init.c | 43 +++++++-------
sys/vm/pmap.h | 10 +++-
sys/vm/vm_page.c | 41 ++++++++-----
10 files changed, 128 insertions(+), 100 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/77c48adb9af1650ecf9315cfaa00344cd10628e1
--
DragonFly BSD source repository
More information about the Commits
mailing list