git: kernel - Add kern.usched_global_cpumask
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Feb 2 00:04:19 PST 2011
commit 916e604fdc710c1afaa8cb59dda03e2830b45a2c
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Feb 1 23:44:07 2011 -0800
kernel - Add kern.usched_global_cpumask
* Add sysctl kern.usched_global_cpumask, a global cpumask that restricts
which cpus userland processes are allowed to run on. This sysctl may be
set dynamically.
* NOTE: This sysctl is intended to be used by powerd. Setting it manually
will only work properly if powerd is not running.
Summary of changes:
sys/kern/init_main.c | 4 ++++
sys/kern/usched_bsd4.c | 10 ++++++++--
sys/sys/systm.h | 1 +
3 files changed, 13 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/916e604fdc710c1afaa8cb59dda03e2830b45a2c
--
DragonFly BSD source repository
More information about the Commits
mailing list