commit | df71dfd4ca01130f98d9dbfab76c440d72a177c6 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Oct 24 22:36:36 2009 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Oct 29 19:13:09 2009 +0000 |
tree | 5050d23a67be5fc5fabd4e6d96ac89786fb2a9c9 | |
parent | 657e12fd388899502d47f9f6f9d276ec9ced8add [diff] |
ARM: Fix errata 411920 workarounds Errata 411920 indicates that any "invalidate entire instruction cache" operation can fail if the right conditions are present. This is not limited just to those operations in flush.c, but elsewhere. Place the workaround in the already existing __flush_icache_all() function instead. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>