kernel - Remove object->agg_pv_list_count
commit0062b9ffa8fd070ac6d92bb61cb10221ad9bdba7
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 26 Jan 2017 02:30:43 +0000 (25 18:30 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 26 Jan 2017 02:30:43 +0000 (25 18:30 -0800)
treecc31f2a977ce188d022ca5121a8fa957fd93bb6b
parent56cbccaa2995ae642b9898dcf8866e9c8b68420b
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.
sys/platform/pc64/include/pmap.h
sys/platform/pc64/x86_64/pmap.c
sys/vm/vm_map.h
sys/vm/vm_object.c
sys/vm/vm_object.h
sys/vm/vm_page.c