Skip to content

Commit

Permalink
sh: intc: Set virtual IRQs as nothread.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Apr 27, 2011
1 parent cfefd21 commit 442f56d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drivers/sh/intc/virq.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,11 @@ static void __init intc_subgroup_map(struct intc_desc_int *d)

irq_set_handler_data(irq, (void *)entry->handle);

/*
* Set the virtual IRQ as non-threadable.
*/
irq_set_nothread(irq);

irq_set_chained_handler(entry->pirq, intc_virq_handler);
add_virq_to_pirq(entry->pirq, irq);

Expand Down

0 comments on commit 442f56d

Please sign in to comment.