From owner-cvs-all Wed Apr 22 15:50:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA24040 for cvs-all-outgoing; Wed, 22 Apr 1998 15:50:30 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA24016; Wed, 22 Apr 1998 22:50:27 GMT (envelope-from tegge@FreeBSD.org) From: Tor Egge Received: (from tegge@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA04308; Wed, 22 Apr 1998 15:49:32 -0700 (PDT) Date: Wed, 22 Apr 1998 15:49:32 -0700 (PDT) Message-Id: <199804222249.PAA04308@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 apic_ipl.s Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tegge 1998/04/22 15:49:32 PDT Modified files: sys/i386/isa apic_vector.s apic_ipl.s Log: Mask the interrupt before setting the corresponding bit in ipending if the interrupt is already active. Don't use lock prefix for operations on ipending. Always use lock prefix for operations on iactive. Revision Changes Path 1.29 +7 -6 src/sys/i386/isa/apic_vector.s 1.20 +1 -2 src/sys/i386/isa/apic_ipl.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message