Module Name: src
Committed By: sborrill
Date: Fri Dec 13 08:53:11 UTC 2013
Modified Files:
src/doc [netbsd-5-2]: CHANGES-5.2.2
Log Message:
Ticket #1890
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/doc/CHANGES-5.2.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.2
diff -u src/doc/CHANGES-5.2.2:1.1.2.2 src/doc/CHANGES-5.2.2:1.1.2.3
--- src/doc/CHANGES-5.2.2:1.1.2.2 Sun Oct 13 07:26:23 2013
+++ src/doc/CHANGES-5.2.2 Fri Dec 13 08:53:11 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2.2,v 1.1.2.2 2013/10/13 07:26:23 jdc Exp $
+# $NetBSD: CHANGES-5.2.2,v 1.1.2.3 2013/12/13 08:53:11 sborrill Exp $
A complete list of changes from the NetBSD 5.2 release to the NetBSD 5.2.1
release:
@@ -21,3 +21,10 @@ xsrc/xfree/xc/programs/Xserver/dix/dixfo
references *c.
[spz, ticket #966]
+sys/arch/xen/xen/evtchn.c 1.70
+
+ Remove the "evtchn_do_event: handler %p didn't lower ipl %d %d\n"
+ printf as analysis shows it actually isn't a bug in the handler,
+ but related to spin mutexes. Fixes port-xen/46313
+ [bouyer, ticket #1890]
+