free_percpu_irq (9) Linux Manual Page
free_percpu_irq – free an interrupt allocated with request_percpu_irq Synopsis void free_percpu_irq(unsigned int irq, void __percpu *dev_id); Arguments irq Interrupt line to free dev_id Device identity to free Description Remove a percpu interrupt handler. The handler is removed, but the interrupt line is not disabled. This must be done on each CPU before calling this function….
