commit | bc5e81a1519abc69472bb67deace7bb1ac09d65a | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Fri Feb 23 04:38:26 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Feb 26 10:34:08 2007 -0800 |
tree | 7d7d22f638e1d50ed1f3774f114b8d9dca1b2d56 | |
parent | b93179bdfcbb0154e63e57194e2648bd0ff648a7 [diff] |
[PATCH] x86_64 irq: Add constants for the reserved IRQ vectors. For the ISA irqs we reserve 16 vectors. This patch adds constants for those vectors and modifies the code to use them. Making the code a little clearer and making it possible to move these vectors in the future. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>