From 3d1cce5d1f9e95c2fe2e98d0c87f040eef577231 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=BB=84=E6=B6=9B?= Date: Sun, 5 Dec 2010 16:04:29 +0800 Subject: [PATCH] rk29: memory.h set CONSISTENT_DMA_SIZE to 8M --- arch/arm/mach-rk29/include/mach/memory.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-rk29/include/mach/memory.h b/arch/arm/mach-rk29/include/mach/memory.h index bb8a94a848f8..3dfc5036818a 100644 --- a/arch/arm/mach-rk29/include/mach/memory.h +++ b/arch/arm/mach-rk29/include/mach/memory.h @@ -23,5 +23,7 @@ #define __virt_to_bus(x) __virt_to_phys(x) #define __bus_to_virt(x) __phys_to_virt(x) +#define CONSISTENT_DMA_SIZE SZ_8M + #endif -- 2.34.1