File linux-2.6.30-enable-DMA-on-HIGHMEM64G.patch of Package kernel
From 6d27a0233cd9c3c902f8a19539defaa018a7bc7a Mon Sep 17 00:00:00 2001 From: Alan Olsen <alanx.r.olsen@intel.com> Date: Tue, 21 Jul 2009 13:28:32 -0700 Subject: [PATCH] linux-2.6.30-enable-DMA-on-HIGHMEM64G.patch Signed-off-by: Alan Olsen <alanx.r.olsen@intel.com> --- drivers/dma/Kconfig | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 070357a..d956ce9 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -108,7 +108,7 @@ config NET_DMA config ASYNC_TX_DMA bool "Async_tx: Offload support for the async_tx api" - depends on DMA_ENGINE + depends on DMA_ENGINE && !HIGHMEM64G help This allows the async_tx api to take advantage of offload engines for memcpy, memset, xor, and raid6 p+q operations. If your platform has -- 1.6.0.6