Add support for checking before-the-fact whether an IRQ is
already registered or not. The x86 PCI layer wants this for its availability testing. Doing a request_irq()/free_irq() pair to check this condition like we used to do can lock the machine if the irq happens to be screaming.
Showing
Please register or sign in to comment