From ff456a3329ebcf2c630b08a3c1da166f4950da08 Mon Sep 17 00:00:00 2001 From: Kanoj Sarcar Date: Thu, 18 May 2000 19:38:27 +0000 Subject: irq.h: With the current scheme of encoding the bus number into the pci irq, we need to bump up NR_IRQs to handle more than 4 PCI busses. io.h: Port numbers are really "unsigned long", since they need to contain the nasids too. ip27-pci.c: Encode the nasid into the port number for isp1020 for pio. --- include/asm-mips64/irq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asm-mips64/irq.h') diff --git a/include/asm-mips64/irq.h b/include/asm-mips64/irq.h index 5baa58f6e..031955635 100644 --- a/include/asm-mips64/irq.h +++ b/include/asm-mips64/irq.h @@ -11,7 +11,7 @@ #ifndef _ASM_IRQ_H #define _ASM_IRQ_H -#define NR_IRQS 64 +#define NR_IRQS 256 #define TIMER_IRQ 0 -- cgit v1.2.3