git: kernel - Remove object->agg_pv_list_count
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Jan 26 11:39:13 PST 2017
commit 0062b9ffa8fd070ac6d92bb61cb10221ad9bdba7
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Jan 25 18:30:43 2017 -0800
kernel - Remove object->agg_pv_list_count
* Remove the object->agg_pv_list_count field. It represents an unnecessary
global cache bounce, was only being used to help report vkernel RSS,
and wasn't working very well anyway.
Summary of changes:
sys/platform/pc64/include/pmap.h | 15 ++++++++++-----
sys/platform/pc64/x86_64/pmap.c | 4 ----
sys/vm/vm_map.h | 4 +++-
sys/vm/vm_object.c | 1 -
sys/vm/vm_object.h | 2 +-
sys/vm/vm_page.c | 2 --
6 files changed, 14 insertions(+), 14 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0062b9ffa8fd070ac6d92bb61cb10221ad9bdba7
--
DragonFly BSD source repository
More information about the Commits
mailing list