diff options
| author | John-Mark Gurney <jmg@FreeBSD.org> | 2006-04-26 19:42:38 +0000 |
|---|---|---|
| committer | John-Mark Gurney <jmg@FreeBSD.org> | 2006-04-26 19:42:38 +0000 |
| commit | c71ce6a445c27a6959d9b15af7c10ea855d4786c (patch) | |
| tree | 870a720876ecb418e239c674375819c87b64f2b3 /sys/kern/sched_4bsd.c | |
| parent | 262af1c828e045734bd6ec00fb7fd6c5b4fdb64d (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 3733dec014de..3c27ee24d150 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, OID_AUTO, ccpu, CTLFLAG_RD, &ccpu, 0, ""); +SYSCTL_INT(_kern_sched, OID_AUTO, ccpu, CTLFLAG_RD, &ccpu, 0, ""); /* * If `ccpu' is not equal to `exp(-1/20)' and you still want to use the |
