summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/smp.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/smp.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/smp.h')
-rw-r--r--sys/i386/include/smp.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/i386/include/smp.h b/sys/i386/include/smp.h
index d921d23..d40a933 100644
--- a/sys/i386/include/smp.h
+++ b/sys/i386/include/smp.h
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: smp.h,v 1.37 1998/03/03 20:55:23 tegge Exp $
+ * $Id: smp.h,v 1.38 1998/03/03 22:56:26 tegge Exp $
*
*/
@@ -75,20 +75,13 @@ int try_mpintrlock __P((void));
#endif /* RECURSIVE_MPINTRLOCK */
/* global data in apic_vector.s */
-extern u_int ivectors[];
extern volatile u_int stopped_cpus;
extern volatile u_int started_cpus;
extern unsigned int checkstate_probed_cpus;
extern unsigned int checkstate_need_ast;
-/* global data in apic_ipl.s */
-extern u_int vec[];
-extern u_int Xintr8254;
-extern u_int mask8254;
-
/* functions in apic_ipl.s */
-void vec8254 __P((void));
void apic_eoi __P((void));
u_int io_apic_read __P((int, int));
void io_apic_write __P((int, int, u_int));
OpenPOWER on IntegriCloud