git: nvmm: Move DragonFly-specific code to os_vmspace_create()
Aaron LI
aly at crater.dragonflybsd.org
Wed Jul 28 16:26:18 PDT 2021
commit 24f14bf420a8b016f2534fd3c7f3b9e45ce582e3
Author: Aaron LI <aly at aaronly.me>
Date: Wed Jul 28 18:30:22 2021 +0800
nvmm: Move DragonFly-specific code to os_vmspace_create()
Move the DragonFly-specific pmap code to os_vmspace_create() in
nvmm_dragonfly.c, making the nvmm.c code more OS-independent.
Summary of changes:
sys/dev/virtual/nvmm/nvmm.c | 12 +-----------
sys/dev/virtual/nvmm/nvmm_dragonfly.c | 14 +++++++++++++-
2 files changed, 14 insertions(+), 12 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/24f14bf420a8b016f2534fd3c7f3b9e45ce582e3
--
DragonFly BSD source repository
More information about the Commits
mailing list