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/isa | |
| parent | e6728403d493abddf47be54cd6cec240988c901f (diff) | |
Notes
Diffstat (limited to 'sys/isa')
| -rw-r--r-- | sys/isa/atrtc.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/isa/atrtc.c b/sys/isa/atrtc.c index 560da54cfea8..29c895834074 100644 --- a/sys/isa/atrtc.c +++ b/sys/isa/atrtc.c @@ -183,9 +183,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 */ @@ -194,9 +191,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) { |
