summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/pcrtc.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-04-30 19:34:31 +0000
committerphk <phk@FreeBSD.org>2002-04-30 19:34:31 +0000
commit26ffc19d1e684df319bf5dd56027d530df120066 (patch)
treefdcf6d66bdb04893e3f03361cbfb50627318e3d7 /sys/pc98/cbus/pcrtc.c
parent8468513da03404c4a6038d5c9c248a7aa1853ec9 (diff)
downloadFreeBSD-src-26ffc19d1e684df319bf5dd56027d530df120066.zip
FreeBSD-src-26ffc19d1e684df319bf5dd56027d530df120066.tar.gz
Don't export timecounter structures under debug. with sysctl, they
contain no truly interesting data anymore.
Diffstat (limited to 'sys/pc98/cbus/pcrtc.c')
-rw-r--r--sys/pc98/cbus/pcrtc.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c
index 9284362..7ed9705 100644
--- a/sys/pc98/cbus/pcrtc.c
+++ b/sys/pc98/cbus/pcrtc.c
@@ -208,9 +208,6 @@ static struct timecounter tsc_timecounter = {
"TSC" /* name */
};
-SYSCTL_OPAQUE(_debug, OID_AUTO, tsc_timecounter, CTLFLAG_RD,
- &tsc_timecounter, sizeof(tsc_timecounter), "S,timecounter", "");
-
static struct timecounter i8254_timecounter = {
i8254_get_timecount, /* get_timecount */
0, /* no poll_pps */
@@ -219,9 +216,6 @@ static struct timecounter i8254_timecounter = {
"i8254" /* name */
};
-SYSCTL_OPAQUE(_debug, OID_AUTO, i8254_timecounter, CTLFLAG_RD,
- &i8254_timecounter, sizeof(i8254_timecounter), "S,timecounter", "");
-
static void
clkintr(struct clockframe frame)
{
OpenPOWER on IntegriCloud