[IA64] pvops: paravirtualize NR_IRQS
authorIsaku Yamahata <yamahata@valinux.co.jp>
Mon, 19 May 2008 13:13:40 +0000 (22:13 +0900)
committerTony Luck <tony.luck@intel.com>
Tue, 27 May 2008 22:09:30 +0000 (15:09 -0700)
commit213060a4d6991a95d0b9344406d195be3464accf
treeb74ead50ae0ae8ca2cfc20df5ad2e5d04a90432d
parent4df8d22bbbb16ccfa4e10cc068135183c9e5e006
[IA64] pvops: paravirtualize NR_IRQS

Make NR_IRQ overridable by each pv instances.
Pv instance may need each own number of irqs so that
NR_IRQS should be the maximum number of nr_irqs each
pv instances need.

Cc: Jes Sorensen <jes@sgi.com>
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/Makefile
arch/ia64/kernel/Makefile
arch/ia64/kernel/nr-irqs.c [new file with mode: 0644]
include/asm-ia64/irq.h
include/asm-ia64/native/irq.h [new file with mode: 0644]