acx: fix X86 builds
authormatteo <matteo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 14 Jan 2008 01:40:00 +0000 (01:40 +0000)
committermatteo <matteo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 14 Jan 2008 01:40:00 +0000 (01:40 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10183 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/acx/patches/001-build-fix.diff [new file with mode: 0644]

diff --git a/package/acx/patches/001-build-fix.diff b/package/acx/patches/001-build-fix.diff
new file mode 100644 (file)
index 0000000..b21893f
--- /dev/null
@@ -0,0 +1,12 @@
+--- 20080112/pci.c     2008/01/12 12:16:53     8
++++ 20080112/pci.c     2008/01/12 20:10:36     9
+@@ -2060,7 +2060,7 @@
+       /* then wait until interrupts have finished executing on other CPUs */
+       acx_lock(adev, flags);
+       disable_acx_irq(adev);
+-      synchronize_irq(adev->irq);
++      synchronize_irq(adev->pdev->irq);
+       acx_unlock(adev, flags);
+       /* we really don't want to have an asynchronous tasklet disturb us
+
This page took 0.021172 seconds and 4 git commands to generate.