Remove #define APIC_INTR_HIGHPRI_CLOCK - this is no longer used

(see i386/isa/intr_machdep.c 1.72)
This commit is contained in:
Peter Wemm 2002-07-08 09:14:01 +00:00
parent 9ecb46bf87
commit a20ae49f93
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99582

View File

@ -90,13 +90,6 @@
*/
#define APIC_INTR_REORDER
/*
* Redirect clock interrupts to a higher priority (fast intr) vector,
* while still using the slow interrupt handler. Only effective when
* APIC_INTR_REORDER is defined.
*/
#define APIC_INTR_HIGHPRI_CLOCK
#endif /* APIC_IO */
/*