mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
sh: intc: Set virtual IRQs as nothread.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
cfefd21e69
commit
442f56d917
1 changed files with 5 additions and 0 deletions
|
@ -235,6 +235,11 @@ restart:
|
|||
|
||||
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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue