powerpc: Remove the symbol __flush_icache_range
authorKevin Hao <haokexin@gmail.com>
Tue, 6 Aug 2013 10:23:31 +0000 (18:23 +0800)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 14 Aug 2013 04:56:44 +0000 (14:56 +1000)
commit3b04c300070f5ee2608b092e98aa121b963cec26
treeadc5fdb83c0d46aac0a617c9831dfd34409b8035
parentabb29c3bb13c7b747fae18b9c63b660529ccc612
powerpc: Remove the symbol __flush_icache_range

And now the function flush_icache_range() is just a wrapper which
only invoke the function __flush_icache_range() directly. So we
don't have reason to keep it anymore.

Signed-off-by: Kevin Hao <haokexin@gmail.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/cacheflush.h
arch/powerpc/kernel/misc_32.S
arch/powerpc/kernel/misc_64.S
arch/powerpc/kernel/ppc_ksyms.c