1 --- 20080112/pci.c 2008/01/12 12:16:53 8
2 +++ 20080112/pci.c 2008/01/12 20:10:36 9
4 /* then wait until interrupts have finished executing on other CPUs */
7 - synchronize_irq(adev->irq);
8 + synchronize_irq(adev->pdev->irq);
9 acx_unlock(adev, flags);
11 /* we really don't want to have an asynchronous tasklet disturb us