From: Kevin Hao Date: Tue, 6 Aug 2013 10:23:31 +0000 (+0800) Subject: powerpc: Remove the symbol __flush_icache_range X-Git-Tag: v3.12-rc1~123^2~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b04c300070f5ee2608b092e98aa121b963cec26;p=pandora-kernel.git 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 Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed