mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
m68k/irq: Remove obsolete support for user vector interrupt fixups
It was used on Apollo only, before its conversion to genirq. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
parent
d890d73995
commit
f30a6484f1
9 changed files with 10 additions and 20 deletions
|
@ -41,7 +41,7 @@ static struct irq_chip apollo_irq_chip = {
|
|||
|
||||
void __init dn_init_IRQ(void)
|
||||
{
|
||||
m68k_setup_user_interrupt(VEC_USER + 96, 16, NULL);
|
||||
m68k_setup_user_interrupt(VEC_USER + 96, 16);
|
||||
m68k_setup_irq_controller(&apollo_irq_chip, handle_fasteoi_irq,
|
||||
IRQ_APOLLO, 16);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue