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>
Showing
- arch/powerpc/include/asm/cacheflush.h 1 addition, 6 deletionsarch/powerpc/include/asm/cacheflush.h
- arch/powerpc/kernel/misc_32.S 1 addition, 1 deletionarch/powerpc/kernel/misc_32.S
- arch/powerpc/kernel/misc_64.S 1 addition, 1 deletionarch/powerpc/kernel/misc_64.S
- arch/powerpc/kernel/ppc_ksyms.c 0 additions, 1 deletionarch/powerpc/kernel/ppc_ksyms.c
Please register or sign in to comment