Date: Sun, 8 Oct 2000 22:39:03 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 swtch.s Message-ID: <200010090539.WAA81180@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2000/10/08 22:39:03 PDT Modified files: sys/i386/i386 swtch.s Log: Unremoved used include of <machine/ipl.h>. Removing it in rev.1.95 significantly pessimized syscalls by arranging to do null rescheduling on return from every syscall. (AST_RESCHED was not defined, and the mask ~AST_RESCHED gets replaced by the useless mask ~0. This bug has been fixed before, in rev.1.92.) Revision Changes Path 1.97 +2 -1 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?200010090539.WAA81180>