commit 7d86823d9876f542e5f006dc7cbaff3294191888
Author: Matthew Dillon <[email protected]>
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