summaryrefslogtreecommitdiffstats
path: root/sys/mips/mips/tick.c
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2008-08-03 14:11:06 +0000
committertrhodes <trhodes@FreeBSD.org>2008-08-03 14:11:06 +0000
commit584243ca1e9e462358bf89ee2ce90a64f04de48f (patch)
treed12a2edd50520f1f178fa9a191a81dd46dd4fef1 /sys/mips/mips/tick.c
parent52aa4f35d0227eddf0791072be3baac35944788a (diff)
downloadFreeBSD-src-584243ca1e9e462358bf89ee2ce90a64f04de48f.zip
FreeBSD-src-584243ca1e9e462358bf89ee2ce90a64f04de48f.tar.gz
Document a few sysctls.
Approved by: imp
Diffstat (limited to 'sys/mips/mips/tick.c')
-rw-r--r--sys/mips/mips/tick.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/mips/mips/tick.c b/sys/mips/mips/tick.c
index 0f8ba26..faae90e 100644
--- a/sys/mips/mips/tick.c
+++ b/sys/mips/mips/tick.c
@@ -186,7 +186,8 @@ sysctl_machdep_counter_freq(SYSCTL_HANDLER_ARGS)
}
SYSCTL_PROC(_machdep, OID_AUTO, counter_freq, CTLTYPE_QUAD | CTLFLAG_RW,
- 0, sizeof(u_int), sysctl_machdep_counter_freq, "IU", "");
+ 0, sizeof(u_int), sysctl_machdep_counter_freq, "IU",
+ "Timecounter frequency in Hz");
static unsigned
counter_get_timecount(struct timecounter *tc)
OpenPOWER on IntegriCloud