diff options
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/cbus/clock.c | 6 | ||||
| -rw-r--r-- | sys/pc98/cbus/pcrtc.c | 6 | ||||
| -rw-r--r-- | sys/pc98/pc98/clock.c | 6 |
3 files changed, 0 insertions, 18 deletions
diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c index 92843629ebde5..7ed9705e59952 100644 --- a/sys/pc98/cbus/clock.c +++ b/sys/pc98/cbus/clock.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) { diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c index 92843629ebde5..7ed9705e59952 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) { diff --git a/sys/pc98/pc98/clock.c b/sys/pc98/pc98/clock.c index 92843629ebde5..7ed9705e59952 100644 --- a/sys/pc98/pc98/clock.c +++ b/sys/pc98/pc98/clock.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) { |
