diff options
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/kernel/iosapic.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/ia64/kernel/iosapic.c b/arch/ia64/kernel/iosapic.c index c101c8bff27b..91e6dc1e7baf 100644 --- a/arch/ia64/kernel/iosapic.c +++ b/arch/ia64/kernel/iosapic.c | |||
@@ -593,14 +593,6 @@ static struct iosapic_rte_info *iosapic_alloc_rte (void) | |||
593 | return rte; | 593 | return rte; |
594 | } | 594 | } |
595 | 595 | ||
596 | static void iosapic_free_rte (struct iosapic_rte_info *rte) | ||
597 | { | ||
598 | if (rte->flags & RTE_PREALLOCATED) | ||
599 | list_add_tail(&rte->rte_list, &free_rte_list); | ||
600 | else | ||
601 | kfree(rte); | ||
602 | } | ||
603 | |||
604 | static inline int irq_is_shared (int irq) | 596 | static inline int irq_is_shared (int irq) |
605 | { | 597 | { |
606 | return (iosapic_intr_info[irq].count > 1); | 598 | return (iosapic_intr_info[irq].count > 1); |