[PATCH] x86_64 irq: Use NR_IRQS not NR_IRQ_VECTORS
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 23 Feb 2007 11:26:53 +0000 (04:26 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 26 Feb 2007 18:34:08 +0000 (10:34 -0800)
commite273d140d9d0c2c7941d97a6ace455113bb4ec63
tree6bb13f41e94f85c3920b6f8e93dd5609fe984e7a
parentf45bcd7022a46de48cc414e3ea3a5b9b4de318ec
[PATCH] x86_64 irq: Use NR_IRQS not NR_IRQ_VECTORS

NR_IRQ_VECTORS is currently a compatiblity define set to NR_IRQs.
This patch updates the users of NR_IRQ_VECTORS to use NR_IRQs instead
so that NR_IRQ_VECTORS can be removed.

There is still shared code with arch/i386 that uses NR_IRQ_VECTORS
so we can't remove the #define just yet :(

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86_64/kernel/io_apic.c