Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313741
b: refs/heads/master
c: 123df01
h: refs/heads/master
i:
  313739: 3ca9dc1
v: v3
  • Loading branch information
Paul Mundt committed Jun 13, 2012
1 parent b145d8f commit ad76411
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: be9c00295b34760ea2f9667929049f094116b5a8
refs/heads/master: 123df01e8e046d6065089e1bff29aa3fc48d4420
4 changes: 3 additions & 1 deletion trunk/drivers/sh/intc/virq.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,14 @@ static void __init intc_subgroup_map(struct intc_desc_int *d)
if (radix_tree_deref_retry(entry))
goto restart;

irq = create_irq();
irq = irq_alloc_desc(numa_node_id());
if (unlikely(irq < 0)) {
pr_err("no more free IRQs, bailing..\n");
break;
}

activate_irq(irq);

pr_info("Setting up a chained VIRQ from %d -> %d\n",
irq, entry->pirq);

Expand Down

0 comments on commit ad76411

Please sign in to comment.