Date: Wed, 17 Mar 1999 20:22:24 -0800 (PST) From: Jonathan Lemon <jlemon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 swtch.s Message-ID: <199903180422.UAA01479@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903180422.UAA01479>
