[Prism54-devel] Comments to hotplug.c
Aurelien Alleaume
slts at free.fr
Wed Jul 28 15:34:17 UTC 2004
Hi,
I might be wrong but AFAIR, SA_INTERRUPT should be used only for very
short interrupt handler. And I'm not sure it has any effect on x86.
Moreover, I think that in intersil code, SA_INTERRUPT was set, but has
been removed by us (probably HVR ?). In other words, I don't think your
change is a good idea...
...And justice for all
Aurelien
Margit Schubert-While wrote:
> 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
>
> _______________________________________________
> Prism54-devel mailing list
> Prism54-devel at prism54.org
> http://prism54.org/mailman/listinfo/prism54-devel
>
>
More information about the Prism54-devel
mailing list