git: kernel - MPSAFE work - Remove token acquires/releases from vm_zeroidle.c
Venkatesh Srinivas
vsrinivas at crater.dragonflybsd.org
Mon Jun 14 06:20:25 PDT 2010
commit c5c91ee6c4cc54a93a2ecbf8063ca8719d8de59d
Author: Venkatesh Srinivas <me at endeavour.zapto.org>
Date: Mon Jun 14 05:59:51 2010 -0700
kernel - MPSAFE work - Remove token acquires/releases from vm_zeroidle.c
We do not need the vm_token to get or release pages to/from the free queues;
the vm_page calls are self-synchronizing.
Summary of changes:
sys/vm/vm_zeroidle.c | 19 ++++++-------------
1 files changed, 6 insertions(+), 13 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c5c91ee6c4cc54a93a2ecbf8063ca8719d8de59d
--
DragonFly BSD source repository
More information about the Commits
mailing list