From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Date: Wed, 25 Jun 2014 15:18:09 +0000 Subject: Re: [PATCH 08/14] ARM: shmobile: Add shared R-Car Gen2 CMA reservation code Message-Id: <53AAE831.3040003@cogentembedded.com> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org Hello. On 06/25/2014 11:35 AM, Simon Horman wrote: > From: Magnus Damm > Add R-Car Gen2 CMA memory reservation code that can be > shared between multiple SoCs and boards. At this point > r8a7790 and r8a7791 are supported. > The top 256MiB of the legacy 32-bit physical memory space > is assigned to a separate CMA area that may be assigned > to various devices later on. > Signed-off-by: Magnus Damm > [horms+renesas@verge.net.au: rebased] > Signed-off-by: Simon Horman [...] > diff --git a/arch/arm/mach-shmobile/setup-rcar-gen2.c b/arch/arm/mach-shmobile/setup-rcar-gen2.c > index fdc714e..544b9bf 100644 > --- a/arch/arm/mach-shmobile/setup-rcar-gen2.c > +++ b/arch/arm/mach-shmobile/setup-rcar-gen2.c > @@ -20,8 +20,11 @@ > > #include > #include > +#include > +#include > #include > #include > +#include > #include > #include "common.h" > #include "rcar-gen2.h" Hm, this part looks incomplete. I thought you were going to add CMA code here? WBR, Sergei