|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] Fix NR_PIRQS to be the same in Xen and Linux
Natasha Jarymowycz wrote:
In linux-2.6-xen-sparse/include/asm-xen/asm-i386/mach-xen/irq_vectors.h,
NR_PIRQS is 256. But in Xen NR_PIRQS is defined to be only 128. This
patch ups the number in Xen to 256.
[...]
-#define NR_PIRQS 128 /* Put this somewhere sane! */
+#define NR_PIRQS 256 /* Put this somewhere sane! */
Like the comment says, shouldn't it be put somewhere so that both XenLinux
and Xen will pick up the definition?
--
David Hopwood <david.nospam.hopwood@xxxxxxxxxxxxxxxx>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|