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.4 (requested by y...



details:   https://anonhg.NetBSD.org/src/rev/57fa0789c156
branches:  netbsd-3
changeset: 575367:57fa0789c156
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Apr 13 21:38:52 2005 +0000

description:
Pull up revision 1.4 (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/evtchn.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 340df120fe02 -r 57fa0789c156 sys/arch/xen/include/evtchn.h
--- a/sys/arch/xen/include/evtchn.h     Wed Apr 13 21:38:45 2005 +0000
+++ b/sys/arch/xen/include/evtchn.h     Wed Apr 13 21:38:52 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: evtchn.h,v 1.2.2.1 2005/04/13 21:33:35 tron Exp $      */
+/*     $NetBSD: evtchn.h,v 1.2.2.2 2005/04/13 21:38:52 tron Exp $      */
 
 /*
  *
@@ -34,7 +34,7 @@
 #ifndef _XEN_EVENTS_H_
 #define _XEN_EVENTS_H_
 
-#define        NR_IRQS         27 /* see intrdefs.h */
+#define        NR_IRQS         26 /* see intrdefs.h and intr.h */
 #define NR_PIRQS       32 /* XXX is this enouth ? */
 
 extern int evtchn_to_irq[];



Home | Main Index | Thread Index | Old Index