git: kernel - Add kern.usched_global_cpumask

看板DFBSD_commit作者時間15年前 (2011/02/02 16:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 916e604fdc710c1afaa8cb59dda03e2830b45a2c Author: Matthew Dillon <dillon@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
文章代碼(AID): #1DIHQ7hy (DFBSD_commit)