Scroll to navigation

REMOVE_IRQ(9) Public Functions Provided REMOVE_IRQ(9)

NAME

remove_irq - free an interrupt

SYNOPSIS

void remove_irq(unsigned int irq, struct irqaction * act);

ARGUMENTS

unsigned int irq
Interrupt line to free

struct irqaction * act

irqaction for the interrupt

DESCRIPTION

Used to remove interrupts statically setup by the early boot process.

AUTHORS

Thomas Gleixner <tglx@linutronix.de>
Author.

Ingo Molnar <mingo@elte.hu>

Author.

COPYRIGHT

July 2017 Kernel Hackers Manual 4.11