From owner-cvs-sys Fri Aug 29 11:19:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA19259 for cvs-sys-outgoing; Fri, 29 Aug 1997 11:19:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA19137; Fri, 29 Aug 1997 11:17:32 -0700 (PDT) From: Steve Passe Received: (from fsmp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA11245; Fri, 29 Aug 1997 11:16:19 -0700 (PDT) Date: Fri, 29 Aug 1997 11:16:19 -0700 (PDT) Message-Id: <199708291816.LAA11245@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 exception.s mplock.s simplelock.s Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fsmp 1997/08/29 11:16:19 PDT Modified files: sys/i386/i386 exception.s mplock.s simplelock.s Log: Support for the new FAST_HI algorithm. Improved interrupt handling, fewer silo overflows. With help from: dave adkins Revision Changes Path 1.42 +42 -9 src/sys/i386/i386/exception.s 1.22 +10 -10 src/sys/i386/i386/mplock.s 1.5 +6 -1 src/sys/i386/i386/simplelock.s