From owner-cvs-sys Tue May 12 11:41:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28712 for cvs-sys-outgoing; Tue, 12 May 1998 11:41:18 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA28617; Tue, 12 May 1998 11:40:41 -0700 (PDT) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA26175; Tue, 12 May 1998 11:37:11 -0700 (PDT) Date: Tue, 12 May 1998 11:37:11 -0700 (PDT) Message-Id: <199805121837.LAA26175@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 swtch.s Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1998/05/12 11:37:11 PDT Modified files: sys/i386/i386 swtch.s Log: Some temporary fixes to SMP to make it more scheduling and signal friendly. This is a result of discussions on the mailing lists. Kudos to those who have found the issue and created work-arounds. I have chosen Tor's fix for now, before we can all work the issue more completely. Submitted by: Tor Egge Revision Changes Path 1.72 +13 -3 src/sys/i386/i386/swtch.s