git: vm: Implement and use vm_page_initfake()
Francois Tigeot
ftigeot at crater.dragonflybsd.org
Tue Sep 17 12:28:47 PDT 2013
commit 3023924a5401b0e91637629cea32bce6043b9129
Author: François Tigeot <ftigeot at wolfpond.org>
Date: Tue Sep 17 21:26:03 2013 +0200
vm: Implement and use vm_page_initfake()
Replacing a possibly buggy in some corner cases drm-specific function
Inspired-from: FreeBSD
Summary of changes:
sys/dev/drm/drmP.h | 4 ----
sys/dev/drm/drm_vm.c | 26 ++++----------------------
sys/dev/drm/foo.txt | 1 -
sys/vm/vm_page.c | 31 +++++++++++++++++++++++++++++++
sys/vm/vm_page.h | 1 +
5 files changed, 36 insertions(+), 27 deletions(-)
delete mode 100644 sys/dev/drm/foo.txt
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3023924a5401b0e91637629cea32bce6043b9129
--
DragonFly BSD source repository
More information about the Commits
mailing list