commit | e273d140d9d0c2c7941d97a6ace455113bb4ec63 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Fri Feb 23 04:26:53 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Feb 26 10:34:08 2007 -0800 |
tree | 6bb13f41e94f85c3920b6f8e93dd5609fe984e7a | |
parent | f45bcd7022a46de48cc414e3ea3a5b9b4de318ec [diff] |
[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>