Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/arch/xen/include Pull up revision 1.12 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/47f52049d009
branches:  netbsd-3
changeset: 575369:47f52049d009
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Apr 13 21:39:05 2005 +0000

description:
Pull up revision 1.12 (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.

diffstat:

 sys/arch/xen/include/xen.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2f10f589a74c -r 47f52049d009 sys/arch/xen/include/xen.h
--- a/sys/arch/xen/include/xen.h        Wed Apr 13 21:38:58 2005 +0000
+++ b/sys/arch/xen/include/xen.h        Wed Apr 13 21:39:05 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: xen.h,v 1.10.2.1 2005/03/30 10:04:25 tron Exp $        */
+/*     $NetBSD: xen.h,v 1.10.2.2 2005/04/13 21:39:05 tron Exp $        */
 
 /*
  *
@@ -57,6 +57,7 @@
 void   xen_shm_init(void);
 
 void   xenevt_event(int);
+void   xenevt_notify(void);
 
 void   idle_block(void);
 



Home | Main Index | Thread Index | Old Index