diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-08-19 23:50:49 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-16 10:52:57 -0400 |
commit | 29ccbbf232c035b8c7ff0c5060fbe30a66ed9b99 (patch) | |
tree | 4b08233d4f1a9dee791e496103570c3acff30652 /include/asm-x86 | |
parent | 3eb2cce84beae8fd41de950569cafd5bca7edd5d (diff) |
x86: remove first_free_entry/pin_map_size
no user now
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86')
-rw-r--r-- | include/asm-x86/irq.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-x86/irq.h b/include/asm-x86/irq.h index 2a130c44f5de..1e5f2909c1db 100644 --- a/include/asm-x86/irq.h +++ b/include/asm-x86/irq.h | |||
@@ -10,9 +10,6 @@ | |||
10 | #include <asm/apicdef.h> | 10 | #include <asm/apicdef.h> |
11 | #include <asm/irq_vectors.h> | 11 | #include <asm/irq_vectors.h> |
12 | 12 | ||
13 | extern int pin_map_size; | ||
14 | extern int first_free_entry; | ||
15 | |||
16 | static inline int irq_canonicalize(int irq) | 13 | static inline int irq_canonicalize(int irq) |
17 | { | 14 | { |
18 | return ((irq == 2) ? 9 : irq); | 15 | return ((irq == 2) ? 9 : irq); |