git: kernel - Add options VM_PAGE_DEBUG
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Feb 3 23:27:10 PST 2011
commit d0aa00e891d3bf34e5273456a080ac9c23ac7229
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Feb 3 23:25:41 2011 -0800
kernel - Add options VM_PAGE_DEBUG
* Add options VM_PAGE_DEBUG for kernel configs. This requires a full kernel
rebuild (if you use the option) and supplies additional information in
the vm_page structure to help track down problems.
Summary of changes:
sys/conf/options | 1 +
sys/vm/vm_contig.c | 8 ++++++--
sys/vm/vm_page.c | 4 ++--
sys/vm/vm_page.h | 23 +++++++++++++++++++++++
4 files changed, 32 insertions(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d0aa00e891d3bf34e5273456a080ac9c23ac7229
--
DragonFly BSD source repository
More information about the Commits
mailing list