From owner-cvs-sys Sat May 31 02:03:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA14212 for cvs-sys-outgoing; Sat, 31 May 1997 02:03:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA14048; Sat, 31 May 1997 02:00:11 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA18248; Sat, 31 May 1997 01:59:52 -0700 (PDT) Date: Sat, 31 May 1997 01:59:52 -0700 (PDT) Message-Id: <199705310859.BAA18248@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa apic_vector.s icu_vector.s Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/05/31 01:59:52 PDT Modified files: sys/i386/isa apic_vector.s icu_vector.s Log: The SWI_NET_MASK and SWI_TTY_MASK handlers are now back adjacent to the top of the hardware interrupt handlers. Apparently this is slightly faster with the bit scanning instruction that looks these up - this set of changes reverts the original change. Reviewed by: bde Revision Changes Path 1.2 +6 -4 src/sys/i386/isa/apic_vector.s 1.2 +5 -3 src/sys/i386/isa/icu_vector.s