From: Paul Mundt Date: Wed, 3 Oct 2007 08:21:10 +0000 (+0900) Subject: sh: Make kgdb i-cache flushing less inept. X-Git-Tag: v2.6.24-rc1~1377^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01bd5e9ef2ead97059a1930de43942bdfc9e8755;p=pandora-kernel.git sh: Make kgdb i-cache flushing less inept. kgdb had its own ranged I-cache flushing routine that attempted to duplicate the flush_icache_range() functionality, but managed to do an explicit D-cache writeback & invalidate twice on SH-4. This is a no-op for SH-3, and the flush_icache_range() semantics already do what kgdb was feebly attempting to do already, so just move over to that and kill off the wrapper. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed