Re: [PATCH] flush_icache_range: Export symbol to fix build errors

2014-08-18 Thread Geert Uytterhoeven
On Mon, Aug 18, 2014 at 8:35 AM, Max Filippov wrote: > On Mon, Aug 18, 2014 at 8:24 AM, Pranith Kumar wrote: >> Fix building errors occuring due to a missing export of flush_icache_range() >> in >> architectures missing the export. > > Can you be a little more specific here, what build errors?

Re: [PATCH] flush_icache_range: Export symbol to fix build errors

2014-08-18 Thread Max Filippov
Hi Pranith, On Mon, Aug 18, 2014 at 8:24 AM, Pranith Kumar wrote: > Fix building errors occuring due to a missing export of flush_icache_range() > in > architectures missing the export. Can you be a little more specific here, what build errors? [...] > diff --git

Re: [PATCH] flush_icache_range: Export symbol to fix build errors

2014-08-18 Thread Max Filippov
Hi Pranith, On Mon, Aug 18, 2014 at 8:24 AM, Pranith Kumar bobby.pr...@gmail.com wrote: Fix building errors occuring due to a missing export of flush_icache_range() in architectures missing the export. Can you be a little more specific here, what build errors? [...] diff --git

Re: [PATCH] flush_icache_range: Export symbol to fix build errors

2014-08-18 Thread Geert Uytterhoeven
On Mon, Aug 18, 2014 at 8:35 AM, Max Filippov jcmvb...@gmail.com wrote: On Mon, Aug 18, 2014 at 8:24 AM, Pranith Kumar bobby.pr...@gmail.com wrote: Fix building errors occuring due to a missing export of flush_icache_range() in architectures missing the export. Can you be a little more

[PATCH] flush_icache_range: Export symbol to fix build errors

2014-08-17 Thread Pranith Kumar
Fix building errors occuring due to a missing export of flush_icache_range() in architectures missing the export. Signed-off-by: Pranith Kumar Reported-by: Geert Uytterhoeven CC: Andrew Morton --- arch/arc/mm/cache_arc700.c |1 + arch/blackfin/include/asm/cacheflush.h |1 +

[PATCH] flush_icache_range: Export symbol to fix build errors

2014-08-17 Thread Pranith Kumar
Fix building errors occuring due to a missing export of flush_icache_range() in architectures missing the export. Signed-off-by: Pranith Kumar bobby.pr...@gmail.com Reported-by: Geert Uytterhoeven ge...@linux-m68k.org CC: Andrew Morton a...@linux-foundation.org --- arch/arc/mm/cache_arc700.c