Subject: CVS commit: [netbsd-3] src/sys/arch/alpha/alpha
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 07/30/2005 17:56:02
Module Name: src
Committed By: tron
Date: Sat Jul 30 17:56:02 UTC 2005
Modified Files:
src/sys/arch/alpha/alpha [netbsd-3]: machdep.c
Log Message:
Pull up revision 1.287 (requested by thorpej in ticket #629):
- 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.283 -r1.283.10.1 src/sys/arch/alpha/alpha/machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.