aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/i8259.c
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-30 09:26:01 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-30 09:26:01 +0100
commita062787191c40e2d7873a7be2120d40c1c4740e3 (patch)
treefa004f4da45b1658909f9e5e95fc5fd417d7ce53 /xen/arch/x86/i8259.c
parent013351bd7ab3e35717e0133b5f44f82efd6a5d28 (diff)
downloadxen-a062787191c40e2d7873a7be2120d40c1c4740e3.tar.gz
xen-a062787191c40e2d7873a7be2120d40c1c4740e3.tar.bz2
xen-a062787191c40e2d7873a7be2120d40c1c4740e3.zip
Remove definition of NR_PIRQS and replace all uses with
NR_IRQS. Allows removal of redundant check in pirq_guest_bind(). Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/arch/x86/i8259.c')
-rw-r--r--xen/arch/x86/i8259.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/arch/x86/i8259.c b/xen/arch/x86/i8259.c
index bb4f16cd5a..17bab16f9c 100644
--- a/xen/arch/x86/i8259.c
+++ b/xen/arch/x86/i8259.c
@@ -19,6 +19,7 @@
#include <asm/bitops.h>
#include <xen/delay.h>
#include <asm/apic.h>
+#include <asm/asm_defns.h>
#include <io_ports.h>
/*