Module Name: src
Committed By: sborrill
Date: Fri Dec 13 08:50:14 UTC 2013
Modified Files:
src/doc [netbsd-5-1]: CHANGES-5.1.4
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.1.4
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.1.4
diff -u src/doc/CHANGES-5.1.4:1.1.2.2 src/doc/CHANGES-5.1.4:1.1.2.3
--- src/doc/CHANGES-5.1.4:1.1.2.2 Sun Oct 13 07:26:19 2013
+++ src/doc/CHANGES-5.1.4 Fri Dec 13 08:50:14 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1.4,v 1.1.2.2 2013/10/13 07:26:19 jdc Exp $
+# $NetBSD: CHANGES-5.1.4,v 1.1.2.3 2013/12/13 08:50:14 sborrill Exp $
A complete list of changes from the NetBSD 5.1.2 release to the NetBSD 5.1.3
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]
+