Subject: PR/29792 CVS commit: [netbsd-3] src/sys/arch/xen/xen
To: None <yamt@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 04/13/2005 21:39:03
The following reply was made to PR port-xen/29792; it has been noted by GNATS.

From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/29792 CVS commit: [netbsd-3] src/sys/arch/xen/xen
Date: Wed, 13 Apr 2005 21:38:45 +0000 (UTC)

 Module Name:	src
 Committed By:	tron
 Date:		Wed Apr 13 21:38:45 UTC 2005
 
 Modified Files:
 	src/sys/arch/xen/xen [netbsd-3]: xenevt.c
 
 Log Message:
 Pull up revision 1.3 (requested by yamt in ticket #146):
 fix a bug which corrupts runqueue.
 when dealing with events, which are handed to xenevt pseudo device,
 don't call wakeup(9)/selnotify(9) at too high IPL.  PR/29792.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.2 -r1.2.2.1 src/sys/arch/xen/xen/xenevt.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.