1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00

Document machdep.hlt_cpus.

Submitted by:	Craig Rodrigues <rodrigc@crodrigues.org>
This commit is contained in:
David E. O'Brien 2004-03-18 02:53:38 +00:00
parent 1040ccf4a9
commit 5a3b7e5e5c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127158

View File

@ -1016,7 +1016,8 @@ sysctl_hlt_cpus(SYSCTL_HANDLER_ARGS)
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",
"Bitmap of CPUs to halt. 101 (binary) will halt CPUs 0 and 2.");
static int
sysctl_hlt_logical_cpus(SYSCTL_HANDLER_ARGS)