git: kernel - Cleanup vm_page_pcpu_cache()
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Aug 1 13:04:23 PDT 2016
commit 7d86823d9876f542e5f006dc7cbaff3294191888
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Mon Aug 1 13:03:52 2016 -0700
kernel - Cleanup vm_page_pcpu_cache()
* Remove the empty vm_page_pcpu_cache() function and related call. Page
affinity is handled by the vm_page_queues[] array now.
Summary of changes:
sys/vm/vm_fault.c | 1 -
sys/vm/vm_page.c | 39 ---------------------------------------
sys/vm/vm_page.h | 1 -
3 files changed, 41 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7d86823d9876f542e5f006dc7cbaff3294191888
--
DragonFly BSD source repository
More information about the Commits
mailing list