MFC after:	2 days
This commit is contained in:
julian 2004-09-07 07:04:47 +00:00
parent 35060cd448
commit ae5a11b8d4

View File

@ -53,7 +53,7 @@ static int thr_scope_sys = 0;
SYSCTL_INT(_kern_threads, OID_AUTO, thr_scope_sys, CTLFLAG_RW,
&thr_scope_sys, 0, "sys or proc scope scheduling");
static int thr_concurency = 0;
static int thr_concurrency = 0;
SYSCTL_INT(_kern_threads, OID_AUTO, thr_concurrency, CTLFLAG_RW,
&thr_concurrency, 0, "a concurrency value if not default");