From owner-cvs-all Thu Apr 27 9:58:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EF33437BFB0; Thu, 27 Apr 2000 09:58:49 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA35035; Thu, 27 Apr 2000 09:58:49 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Message-Id: <200004271658.JAA35035@freefall.freebsd.org> From: Matt Dillon Date: Thu, 27 Apr 2000 09:58:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 swtch.s Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dillon 2000/04/27 09:58:49 PDT Modified files: (Branch: RELENG_3) sys/i386/i386 swtch.s Log: MFC 1.88 to 3.x. Close a window in the use of HLT. When using HLT, the STI must occur in the instruction before the HLT to guarentee that no interrupt can occur inbetween the STI and the HLT. Revision Changes Path 1.75.2.4 +2 -3 src/sys/i386/i386/swtch.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message