diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-04-30 19:34:31 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-04-30 19:34:31 +0000 |
| commit | 2266fe776ef45450c09017ef1df30b5fff755d00 (patch) | |
| tree | fdcf6d66bdb04893e3f03361cbfb50627318e3d7 /sys/pc98 | |
| parent | e6728403d493abddf47be54cd6cec240988c901f (diff) | |
Notes
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) { |
