WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Let Xen have 256 PIRQs to guests.

# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 3b48277a9dd0d24bb7713e29740127afaacea905
# Parent  f23750d7c214b42bd666ace0da1ebffac31fb48a

Let Xen have 256 PIRQs to guests.

diff -r f23750d7c214 -r 3b48277a9dd0 xen/include/xen/sched.h
--- a/xen/include/xen/sched.h   Tue Jul 12 17:00:33 2005
+++ b/xen/include/xen/sched.h   Tue Jul 12 17:23:38 2005
@@ -122,7 +122,7 @@
      * domain's event-channel spinlock. Read accesses can also synchronise on 
      * the lock, but races don't usually matter.
      */
-#define NR_PIRQS 128 /* Put this somewhere sane! */
+#define NR_PIRQS 256 /* Put this somewhere sane! */
     u16              pirq_to_evtchn[NR_PIRQS];
     u32              pirq_mask[NR_PIRQS/32];
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Let Xen have 256 PIRQs to guests., Xen patchbot -unstable <=