[Prism54-devel] Comments to hotplug.c

Margit Schubert-While margitsw at t-online.de
Wed Jul 28 13:06:21 UTC 2004


How about this :
Current :

         /* request for the interrupt before uploading the firmware */
         rvalue = request_irq(pdev->irq, &islpci_interrupt,
                              SA_SHIRQ, ndev->name, priv);

Proposed :

         /* request for the interrupt before uploading the firmware */
         rvalue = request_irq(pdev->irq, &islpci_interrupt,
                              SA_SHIRQ | SA_INTERRUPT, ndev->name, priv);

In other words, disable local interrupts while processing.

Margit 




More information about the Prism54-devel mailing list