cvs commit: src/sys/kern sched_4bsd.c
John Baldwin
jhb at freebsd.org
Thu Apr 27 17:54:52 UTC 2006
On Thursday 27 April 2006 13:14, Bruce Evans wrote:
> On Thu, 27 Apr 2006, Pawel Jakub Dawidek wrote:
>
> > On Wed, Apr 26, 2006 at 07:42:39PM +0000, John-Mark Gurney wrote:
> > +> jmg 2006-04-26 19:42:38 UTC
> > +>
> > +> FreeBSD src repository
> > +>
> > +> Modified files:
> > +> sys/kern sched_4bsd.c
> > +> Log:
> > +> move remaining sysctl into the kern.sched tree...
> > [...]
> > +> -SYSCTL_INT(_kern, OID_AUTO, ccpu, CTLFLAG_RD, &ccpu, 0, "");
> > +> +SYSCTL_INT(_kern_sched, OID_AUTO, ccpu, CTLFLAG_RD, &ccpu, 0, "");
> > [...]
> >
> > Too fast.
>
> Just a bug.
I agree. Just leave it as it is (i.e. old name of 'kern.ccpu').
--
John Baldwin <jhb at FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve" = http://www.FreeBSD.org
More information about the cvs-src
mailing list