mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Document a sysctl.
Submitted by: Craig Rodrigues <rodrigc@crodrigues.org>
This commit is contained in:
parent
9db195a8d1
commit
08b994c07e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126663
@ -709,7 +709,8 @@ acpi_cpu_startup_cx()
|
||||
SYSCTL_ADD_PROC(&acpi_cpu_sysctl_ctx,
|
||||
SYSCTL_CHILDREN(acpi_cpu_sysctl_tree),
|
||||
OID_AUTO, "cx_history", CTLTYPE_STRING | CTLFLAG_RD,
|
||||
NULL, 0, acpi_cpu_history_sysctl, "A", "");
|
||||
NULL, 0, acpi_cpu_history_sysctl, "A",
|
||||
"count of full sleeps for Cx state / short sleeps");
|
||||
|
||||
#ifdef notyet
|
||||
/* Signal platform that we can handle _CST notification. */
|
||||
|
Loading…
Reference in New Issue
Block a user