summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/clock.h
diff options
context:
space:
mode:
authortegge <tegge@FreeBSD.org>1998-03-05 21:45:53 +0000
committertegge <tegge@FreeBSD.org>1998-03-05 21:45:53 +0000
commiteaaa0673642405f47344a4c03b0f6f599130e963 (patch)
tree94f74ab3df8e4fe45934f04bd6094bdffca0b608 /sys/i386/include/clock.h
parent3705591ee2750bfa0500fab05f978a75561afcd7 (diff)
downloadFreeBSD-src-eaaa0673642405f47344a4c03b0f6f599130e963.zip
FreeBSD-src-eaaa0673642405f47344a4c03b0f6f599130e963.tar.gz
Remove special handling for resuming clock interrupt when using APIC_IO.
The `generic' vector stubs do the right thing.
Diffstat (limited to 'sys/i386/include/clock.h')
-rw-r--r--sys/i386/include/clock.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/i386/include/clock.h b/sys/i386/include/clock.h
index 72c1590..c21229b 100644
--- a/sys/i386/include/clock.h
+++ b/sys/i386/include/clock.h
@@ -3,7 +3,7 @@
* Garrett Wollman, September 1994.
* This file is in the public domain.
*
- * $Id: clock.h,v 1.32 1998/02/20 16:35:27 phk Exp $
+ * $Id: clock.h,v 1.33 1998/02/25 02:20:30 bde Exp $
*/
#ifndef _MACHINE_CLOCK_H_
@@ -21,6 +21,9 @@ extern u_int timer_freq;
extern int timer0_max_count;
extern u_int tsc_freq;
extern int wall_cmos_clock;
+#ifdef APIC_IO
+extern int apic_8254_intr;
+#endif
/*
* Driver to clock driver interface.
OpenPOWER on IntegriCloud