From owner-freebsd-smp Sun Nov 24 10:21:04 1996 Return-Path: owner-smp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA03868 for smp-outgoing; Sun, 24 Nov 1996 10:21:04 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA03859 for freebsd-smp; Sun, 24 Nov 1996 10:21:00 -0800 (PST) Date: Sun, 24 Nov 1996 10:21:00 -0800 (PST) From: Peter Wemm Message-Id: <199611241821.KAA03859@freefall.freebsd.org> To: freebsd-smp Subject: cvs commit: sys/i386/isa vector.s Sender: owner-smp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/11/24 10:20:59 Modified: i386/isa vector.s Log: Both forms of the FAST_INTR() macro were effectively the same, remove the special case for APIC_IO && APIC_LAZY. It seems this was made a special case when Steve applied Bruces work, but the change was to actually limit the cases where the fast interrupt handler would switch to a normal handler's service routine when nested > 3. Since the code to do this is now in -current, the "normal" code was now effectively the same as the special case version. This file is now in sync with the recent changes in -current. Revision Changes Path 1.25 +0 -71 sys/i386/isa/vector.s