commit | 7cb3be0a27805c625ff7cce20c53c926d9483243 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Fri Aug 16 12:55:56 2013 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Aug 20 00:11:50 2013 +0100 |
tree | 02c3a65d6934c6e90353d3ab05ee7056f114179f | |
parent | d9f966357b14e356dbd83b8f4a197a287ab4ff83 [diff] |
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 <fabio.estevam@freescale.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>