summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-03-09 15:33:58 +0000
committerjhb <jhb@FreeBSD.org>2005-03-09 15:33:58 +0000
commit35e48efc224f087c53cc5b73c462988897b0e89c (patch)
treedd7e73a2487a335f14973e3880536ae694f3acf5 /sys/i386/include
parent291aff4a04c843d325b34845040d73a130a33e6e (diff)
downloadFreeBSD-src-35e48efc224f087c53cc5b73c462988897b0e89c.zip
FreeBSD-src-35e48efc224f087c53cc5b73c462988897b0e89c.tar.gz
- Remove the BURN_BRIDGES marked support for hooking into the ISA timer 0
interrupt. - Remove the timer_func variable as it now has a static value of hardclock() and is only used in one place. Axe borrowed from: phk
Diffstat (limited to 'sys/i386/include')
-rw-r--r--sys/i386/include/clock.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/i386/include/clock.h b/sys/i386/include/clock.h
index 88e864f..ddc1d76 100644
--- a/sys/i386/include/clock.h
+++ b/sys/i386/include/clock.h
@@ -39,10 +39,6 @@ int rtcin(int val);
int acquire_timer1(int mode);
int release_timer1(void);
#endif
-#ifndef BURN_BRIDGES
-int acquire_timer0(int rate, void (*function)(struct clockframe *frame));
-int release_timer0(void);
-#endif
int sysbeep(int pitch, int period);
void timer_restore(void);
void init_TSC(void);
OpenPOWER on IntegriCloud