diff options
author | Matteo Croce <matteo@openwrt.org> | 2008-01-14 01:40:00 +0000 |
---|---|---|
committer | Matteo Croce <matteo@openwrt.org> | 2008-01-14 01:40:00 +0000 |
commit | b62608d5829283a2f34678ef722a9cc6b1344e3f (patch) | |
tree | 1b017d3ae283f1d6c7a66175725a0ee886db4163 /package/acx | |
parent | f430269da0b716a03f7a4106353fea4fb2e943ba (diff) | |
download | master-187ad058-b62608d5829283a2f34678ef722a9cc6b1344e3f.tar.gz master-187ad058-b62608d5829283a2f34678ef722a9cc6b1344e3f.tar.bz2 master-187ad058-b62608d5829283a2f34678ef722a9cc6b1344e3f.zip |
acx: fix X86 builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10183 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/acx')
-rw-r--r-- | package/acx/patches/001-build-fix.diff | 12 |
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 + |