Subject: PR/26383 CVS commit: [netbsd-2] src/sys/arch/alpha
To: None <thorpej@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 08/29/2005 00:58:02
The following reply was made to PR port-alpha/26383; it has been noted by GNATS.
From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/26383 CVS commit: [netbsd-2] src/sys/arch/alpha
Date: Mon, 29 Aug 2005 00:57:12 +0000 (UTC)
Module Name: src
Committed By: tron
Date: Mon Aug 29 00:57:12 UTC 2005
Modified Files:
src/sys/arch/alpha/alpha [netbsd-2]: machdep.c trap.c
src/sys/arch/alpha/include [netbsd-2]: pcb.h
Log Message:
Pull up following revision(s) (requested by riz in ticket #5623):
sys/arch/alpha/alpha/machdep.c: revision 1.287
sys/arch/alpha/alpha/trap.c: revision 1.98
sys/arch/alpha/include/pcb.h: revision 1.13
- Change FPCPU_LOCK() such that the caller is responsible for blocking
IPIs in the MULTIPROCESSOR case. Adjust all callers.
- In fpusave_cpu(), block IPIs for the entire duration (while we have
CPUF_FPUSAVE set in ci_flags) to fix the deadlock that leads to
"panic: fpsave ipi didn't", as described in PR port-alpha/26383.
Many thanks to Michael Hitch for the analysis and initial patch which
this one is derived from.
To generate a diff of this commit:
cvs rdiff -r1.282.2.1 -r1.282.2.1.2.1 src/sys/arch/alpha/alpha/machdep.c
cvs rdiff -r1.92.2.2 -r1.92.2.2.2.1 src/sys/arch/alpha/alpha/trap.c
cvs rdiff -r1.12 -r1.12.8.1 src/sys/arch/alpha/include/pcb.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.