From owner-cvs-all Sun Oct 8 22:39: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3099637B503; Sun, 8 Oct 2000 22:39:04 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA81180; Sun, 8 Oct 2000 22:39:04 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <200010090539.WAA81180@freefall.freebsd.org> From: Bruce Evans Date: Sun, 8 Oct 2000 22:39:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 swtch.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2000/10/08 22:39:03 PDT Modified files: sys/i386/i386 swtch.s Log: Unremoved used include of . 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