[PATCH] arm64: mm: Correct fixmap pagetable types

Catalin Marinas catalin.marinas at arm.com
Fri Oct 17 10:19:08 PDT 2014


On Fri, Oct 17, 2014 at 03:27:38PM +0100, Steve Capper wrote:
> Compiling with STRICT_MM_TYPECHECKS gives the following
> arch/arm64/mm/ioremap.c: In function ‘early_ioremap_init’:
> arch/arm64/mm/ioremap.c:152:2: warning: passing argument 3 of
> ‘pud_populate’ from incompatible pointer type
>   pud_populate(&init_mm, pud, bm_pmd);
> 
> The data types for bm_pmd and bm_pud are incorrectly set to pte_t.
> This patch corrects these types.
> 
> Signed-off-by: Steve Capper <steve.capper at linaro.org>

Thanks. Applied.

-- 
Catalin



More information about the linux-arm-kernel mailing list