diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 10:58:03 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 10:58:03 +0000 |
commit | 7758bda7d0615a0fe185b527cb3f4f04a27eb82c (patch) | |
tree | 163c4e19a20aa9425d88f18c5fde2cf30e70dc09 /target/linux/ixp4xx/patches-2.6.25/400-dmabounce.patch | |
parent | 51e45450f185c839ecab7062facbecc7cff9953c (diff) | |
download | upstream-7758bda7d0615a0fe185b527cb3f4f04a27eb82c.tar.gz upstream-7758bda7d0615a0fe185b527cb3f4f04a27eb82c.tar.bz2 upstream-7758bda7d0615a0fe185b527cb3f4f04a27eb82c.zip |
refresh kernel patches
SVN-Revision: 11204
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.25/400-dmabounce.patch')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.25/400-dmabounce.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.25/400-dmabounce.patch b/target/linux/ixp4xx/patches-2.6.25/400-dmabounce.patch index 2b7cd76eb1..9831cd515b 100644 --- a/target/linux/ixp4xx/patches-2.6.25/400-dmabounce.patch +++ b/target/linux/ixp4xx/patches-2.6.25/400-dmabounce.patch @@ -1,7 +1,7 @@ -Index: linux-2.6.25.1/arch/arm/common/dmabounce.c +Index: linux-2.6.25.4/arch/arm/common/dmabounce.c =================================================================== ---- linux-2.6.25.1.orig/arch/arm/common/dmabounce.c -+++ linux-2.6.25.1/arch/arm/common/dmabounce.c +--- linux-2.6.25.4.orig/arch/arm/common/dmabounce.c ++++ linux-2.6.25.4/arch/arm/common/dmabounce.c @@ -117,6 +117,10 @@ alloc_safe_buffer(struct dmabounce_devic } else if (size <= device_info->large.size) { pool = &device_info->large; @@ -13,10 +13,10 @@ Index: linux-2.6.25.1/arch/arm/common/dmabounce.c pool = NULL; } -Index: linux-2.6.25.1/arch/arm/mach-ixp4xx/Kconfig +Index: linux-2.6.25.4/arch/arm/mach-ixp4xx/Kconfig =================================================================== ---- linux-2.6.25.1.orig/arch/arm/mach-ixp4xx/Kconfig -+++ linux-2.6.25.1/arch/arm/mach-ixp4xx/Kconfig +--- linux-2.6.25.4.orig/arch/arm/mach-ixp4xx/Kconfig ++++ linux-2.6.25.4/arch/arm/mach-ixp4xx/Kconfig @@ -236,6 +236,11 @@ config DMABOUNCE default y depends on PCI |