Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62218
b: refs/heads/master
c: bf903d0
h: refs/heads/master
v: v3
  • Loading branch information
Yasuaki Ishimatsu authored and Tony Luck committed Jul 19, 2007
1 parent 86ae439 commit cbf797f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e5bd762bda0d9aba8739a35f898479dc12e288a1
refs/heads/master: bf903d0a4503db8ac166ca6135a59bc5f9b91a45
8 changes: 0 additions & 8 deletions trunk/arch/ia64/kernel/iosapic.c
Original file line number Diff line number Diff line change
Expand Up @@ -593,14 +593,6 @@ static struct iosapic_rte_info *iosapic_alloc_rte (void)
return rte;
}

static void iosapic_free_rte (struct iosapic_rte_info *rte)
{
if (rte->flags & RTE_PREALLOCATED)
list_add_tail(&rte->rte_list, &free_rte_list);
else
kfree(rte);
}

static inline int irq_is_shared (int irq)
{
return (iosapic_intr_info[irq].count > 1);
Expand Down

0 comments on commit cbf797f

Please sign in to comment.