Module Name: src
Committed By: bouyer
Date: Fri Mar 30 19:29:50 UTC 2012
Modified Files:
src/doc [netbsd-5]: CHANGES-5.2
Log Message:
ticket #1745
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.154 -r1.1.2.155 src/doc/CHANGES-5.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-5.2
diff -u src/doc/CHANGES-5.2:1.1.2.154 src/doc/CHANGES-5.2:1.1.2.155
--- src/doc/CHANGES-5.2:1.1.2.154 Fri Mar 30 19:24:44 2012
+++ src/doc/CHANGES-5.2 Fri Mar 30 19:29:49 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2,v 1.1.2.154 2012/03/30 19:24:44 bouyer Exp $
+# $NetBSD: CHANGES-5.2,v 1.1.2.155 2012/03/30 19:29:49 bouyer Exp $
A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2
release:
@@ -6301,3 +6301,9 @@ src/sys/arch/i386/include/segments.h pa
signal handlers would have the wrong %fs/%gs. Found by running atf
tests under Xen/i386.
[bouyer, ticket #1738]
+sys/arch/hp700/hp700/intr.c 1.38
+
+ Check for HPPA_SID_KERNEL when checking for interrupt in the
+ mutex_enter critical section.
+ [skrll, ticket #1745]
+