aboutsummaryrefslogtreecommitdiffstats
path: root/package/acx
diff options
context:
space:
mode:
authorMatteo Croce <rootkit85@yahoo.it>2008-01-14 01:40:00 +0000
committerMatteo Croce <rootkit85@yahoo.it>2008-01-14 01:40:00 +0000
commit7a1e03489f06139d48fba98e05a7839ed6d7c116 (patch)
treea9fa86374e0327bd6cfb85d3ba90c7a52a9665df /package/acx
parent7fedac059c8f7d39f6385df8c2c3159240d50bf8 (diff)
downloadupstream-7a1e03489f06139d48fba98e05a7839ed6d7c116.tar.gz
upstream-7a1e03489f06139d48fba98e05a7839ed6d7c116.tar.bz2
upstream-7a1e03489f06139d48fba98e05a7839ed6d7c116.zip
acx: fix X86 builds
SVN-Revision: 10183
Diffstat (limited to 'package/acx')
-rw-r--r--package/acx/patches/001-build-fix.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/acx/patches/001-build-fix.diff b/package/acx/patches/001-build-fix.diff
new file mode 100644
index 0000000000..b21893fc82
--- /dev/null
+++ b/package/acx/patches/001-build-fix.diff
@@ -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
+