Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2]: src/doc Tickets 5621 and 5623.



details:   https://anonhg.NetBSD.org/src/rev/ce4cfc1e3ecf
branches:  netbsd-2
changeset: 564017:ce4cfc1e3ecf
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Aug 29 00:59:25 2005 +0000

description:
Tickets 5621 and 5623.

diffstat:

 doc/CHANGES-2.1 |  18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 0d71d0cd33fb -r ce4cfc1e3ecf doc/CHANGES-2.1
--- a/doc/CHANGES-2.1   Mon Aug 29 00:57:12 2005 +0000
+++ b/doc/CHANGES-2.1   Mon Aug 29 00:59:25 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-2.1,v 1.1.2.173 2005/08/27 05:25:34 snj Exp $
+#      $NetBSD: CHANGES-2.1,v 1.1.2.174 2005/08/29 00:59:25 tron Exp $
 
 A complete list of changes from the NetBSD 2.0 release to the NetBSD 2.1 
 release
@@ -3556,3 +3556,19 @@
 
        Welcome to 2.1_RC1
 
+sys/arch/amd64/include/reg.h                   1.3
+
+       Pull in machine/fpu.h to pick up fxsave64.
+       [riz, ticket #5621]
+
+sys/arch/alpha/alpha/machdep.c                 1.287
+sys/arch/alpha/alpha/trap.c                    1.98
+sys/arch/alpha/include/pcb.h                   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.
+       [riz, ticket #5623]
+



Home | Main Index | Thread Index | Old Index