From 1516126e28ae3fc3cf1796338cd75f80e71a5682 Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Sat, 7 Mar 1998 20:48:16 +0000 Subject: [PATCH] Reenable redirection of clock interrupt to a higher priority vector. setidt() now knows about f00f_hack(), and the APs now use the same interrupt descriptor table as the BSP. --- sys/i386/include/smptests.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/i386/include/smptests.h b/sys/i386/include/smptests.h index 57f16b6470d6..377399664da2 100644 --- a/sys/i386/include/smptests.h +++ b/sys/i386/include/smptests.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: smptests.h,v 1.29 1998/03/03 22:56:26 tegge Exp $ + * $Id: smptests.h,v 1.30 1998/03/04 23:45:12 tegge Exp $ */ #ifndef _MACHINE_SMPTESTS_H_ @@ -278,7 +278,7 @@ * while still using the slow interrupt handler. Only effective when * APIC_INTR_REORDER is defined. */ -/* #define APIC_INTR_HIGHPRI_CLOCK */ +#define APIC_INTR_HIGHPRI_CLOCK #endif /* APIC_IO */