Files
linux/arch/arm
Fabio Estevam 22ab6a2be7 ARM: 7819/1: fiq: Cast the first argument of flush_icache_range()
commit 7cb3be0a27 upstream.

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 <fabio.estevam@freescale.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Cc: Martin Kaiser <lists@kaiser.cx>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-08-16 20:51:42 -07:00
..
2013-04-08 17:39:24 +02:00
2013-04-08 17:39:24 +02:00
2014-02-06 11:08:16 -08:00
2012-04-08 21:48:52 +02:00
2013-03-22 17:24:51 +00:00