Given that as of r258002 the last external user is gone, make sched_lock

static.
This commit is contained in:
Marius Strobl 2014-04-29 20:51:57 +00:00
parent a998d4b50e
commit 0d13d5fce2

View File

@ -116,7 +116,7 @@ struct td_sched {
CPU_ISSET((cpu), &(td)->td_cpuset->cs_mask)
static struct td_sched td_sched0;
struct mtx sched_lock;
static struct mtx sched_lock;
static int realstathz = 127; /* stathz is sometimes 0 and run off of hz. */
static int sched_tdcnt; /* Total runnable threads in the system. */