diff options
| author | John-Mark Gurney <jmg@FreeBSD.org> | 2006-04-27 17:57:59 +0000 |
|---|---|---|
| committer | John-Mark Gurney <jmg@FreeBSD.org> | 2006-04-27 17:57:59 +0000 |
| commit | 5c06d111b8d7bd0079621d4685e62dc8ee2e7648 (patch) | |
| tree | f60f59dc3a9ed620c217dc3832ada794bf904216 /sys/kern/sched_4bsd.c | |
| parent | f4d167bdda5b7942b2a711756ef6c8022ae9267d (diff) | |
Notes
Diffstat (limited to 'sys/kern/sched_4bsd.c')
| -rw-r--r-- | sys/kern/sched_4bsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/sched_4bsd.c b/sys/kern/sched_4bsd.c index 3c27ee24d150..3733dec014de 100644 --- a/sys/kern/sched_4bsd.c +++ b/sys/kern/sched_4bsd.c @@ -406,7 +406,7 @@ roundrobin(void *arg) /* decay 95% of `ke_pctcpu' in 60 seconds; see CCPU_SHIFT before changing */ static fixpt_t ccpu = 0.95122942450071400909 * FSCALE; /* exp(-1/20) */ -SYSCTL_INT(_kern_sched, OID_AUTO, ccpu, CTLFLAG_RD, &ccpu, 0, ""); +SYSCTL_INT(_kern, OID_AUTO, ccpu, CTLFLAG_RD, &ccpu, 0, ""); /* * If `ccpu' is not equal to `exp(-1/20)' and you still want to use the |
