Date: Fri, 5 Mar 2004 18:47:34 -0500 From: Craig Rodrigues <rodrigc@crodrigues.org> To: freebsd-amd64@freebsd.org Subject: mach Message-ID: <20040305234734.GA11885@crodrigues.org>
next in thread | raw e-mail | index | archive | help
Hi, I am trying to figure out what the machdep.hlt_cpus does, in order to add some text for sysctl -d : sysctl -d machdep.hlt_cpus machdep.hlt_cpus: Would this be an accurate description? --- sys/amd64/amd64/mp_machdep.c.orig Fri Mar 5 18:46:51 2004 +++ sys/amd64/amd64/mp_machdep.c Fri Mar 5 18:46:53 2004 @@ -1015,7 +1015,7 @@ return (error); } SYSCTL_PROC(_machdep, OID_AUTO, hlt_cpus, CTLTYPE_INT|CTLFLAG_RW, - 0, 0, sysctl_hlt_cpus, "IU", ""); + 0, 0, sysctl_hlt_cpus, "IU", "Number of CPUS in HLT state"); static int sysctl_hlt_logical_cpus(SYSCTL_HANDLER_ARGS) -- Craig Rodrigues http://crodrigues.org rodrigc@crodrigues.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040305234734.GA11885>