From: Fabio Estevam Date: Fri, 16 Aug 2013 11:55:56 +0000 (+0100) Subject: ARM: 7819/1: fiq: Cast the first argument of flush_icache_range() X-Git-Tag: v3.11-rc7~3^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cb3be0a27805c625ff7cce20c53c926d9483243;p=pandora-kernel.git ARM: 7819/1: fiq: Cast the first argument of flush_icache_range() Commit 2ba85e7af4 (ARM: Fix FIQ code on VIVT CPUs) causes the following build warning: arch/arm/kernel/fiq.c:92:3: warning: passing argument 1 of 'cpu_cache.coherent_kern_range' makes integer from pointer without a cast [enabled by default] Cast it as '(unsigned long)base' to avoid the warning. Signed-off-by: Fabio Estevam Signed-off-by: Russell King --- Reading git-diff-tree failed