Received: by mail.netbsd.org (Postfix, from userid 605) id D00F314A163; Tue, 7 Jun 2011 14:53:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B29E414A167 for ; Tue, 7 Jun 2011 14:53:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ocAOhdNpIxP8 for ; Tue, 7 Jun 2011 14:53:06 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 05D5214A163 for ; Tue, 7 Jun 2011 14:53:05 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 01ACB175DD; Tue, 7 Jun 2011 14:53:03 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 7 Jun 2011 14:53:03 +0000 From: "Manuel Bouyer" Subject: CVS commit: src/sys/arch To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20110607145304.01ACB175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Manuel Bouyer" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: bouyer Date: Tue Jun 7 14:53:03 UTC 2011 Modified Files: src/sys/arch/i386/i386: machdep.c src/sys/arch/i386/isa: npx.c src/sys/arch/xen/include/i386: hypercalls.h Log Message: Don't call psignal() without holding proc_lock. This is the cause of the reboot of PR port-xen/45028 Now that Xen2 is gone, handle FPU context switches the same way as amd64. This makes all tests in /usr/tests/lib/libc/ieeefp pass. To generate a diff of this commit: cvs rdiff -u -r1.702 -r1.703 src/sys/arch/i386/i386/machdep.c cvs rdiff -u -r1.139 -r1.140 src/sys/arch/i386/isa/npx.c cvs rdiff -u -r1.11 -r1.12 src/sys/arch/xen/include/i386/hypercalls.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.