| To: | akpm@linux-foundation.org |
|---|---|
| Subject: | [PATCH -mm 4/8] mips: enable ARCH_DMA_ADDR_T_64BIT with (HIGHMEM && 64BIT_PHYS_ADDR) || 64BIT |
| From: | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> |
| Date: | Fri, 3 Sep 2010 09:49:12 +0900 |
| Cc: | linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, fujita.tomonori@lab.ntt.co.jp, linux-mips@linux-mips.org |
| In-reply-to: | <20100903094753S.fujita.tomonori@lab.ntt.co.jp> |
| References: | <20100903094753S.fujita.tomonori@lab.ntt.co.jp> |
| Sender: | linux-mips-bounce@linux-mips.org |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: linux-mips@linux-mips.org
---
arch/mips/Kconfig | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 3ad59dd..3e9db47 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -830,6 +830,9 @@ config GPIO_TXX9
config CFE
bool
+config ARCH_DMA_ADDR_T_64BIT
+ def_bool (HIGHMEM && 64BIT_PHYS_ADDR) || 64BIT
+
config DMA_COHERENT
bool
--
1.7.1
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Ftrace for MIPS may hang on SMP system, wu zhangjin |
|---|---|
| Next by Date: | [PATCH] MIPS: N32: Fix getdents64 syscall for n32, Bernhard Walle |
| Previous by Thread: | [PATCH] MIPS: Fix vmlinuz to flush the caches after kernel decompression, Shmulik Ladkani |
| Next by Thread: | Re: [PATCH -mm 4/8] mips: enable ARCH_DMA_ADDR_T_64BIT with (HIGHMEM && 64BIT_PHYS_ADDR) || 64BIT, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |