From owner-cvs-all Wed Mar 17 20:24:18 1999 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 B21DE152B4; Wed, 17 Mar 1999 20:22:43 -0800 (PST) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA01479; Wed, 17 Mar 1999 20:22:25 -0800 (PST) (envelope-from jlemon@FreeBSD.org) Message-Id: <199903180422.UAA01479@freefall.freebsd.org> From: Jonathan Lemon Date: Wed, 17 Mar 1999 20:22:24 -0800 (PST) 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 jlemon 1999/03/17 20:22:24 PST Modified files: sys/i386/i386 swtch.s Log: Change btrl/btsl to cmpl/movl, since each cpu now has their own copy of private_tss, and there's no need to use a bit array. Also fixes the problem of using `je' after btrl, since cmpl sets ZF. Noticed by: Luoqi, on -current Revision Changes Path 1.76 +5 -5 src/sys/i386/i386/swtch.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message