MFamd64: Document the machdep.hlt_cpus sysctl MIB variable.
PR: i386/65729 Submitted by: Craig Rodrigues
This commit is contained in:
parent
838faf1c74
commit
8a32d6f08e
@ -1230,7 +1230,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)
|
||||
|
Loading…
Reference in New Issue
Block a user