commit | 766d45cbeecc383b8ee230370b316d0b1e30d915 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Tue Feb 09 17:08:21 2016 +0100 |
committer | Scott Wood <oss@buserror.net> | Fri Mar 11 17:20:11 2016 -0600 |
tree | 934a848219ee9f1aea3291bd0fafbf4166fc7dee | |
parent | a7761fe48993f103d6deac6037bf786bd1db0501 [diff] |
powerpc/8xx: rewrite flush_instruction_cache() in C On PPC8xx, flushing instruction cache is performed by writing in register SPRN_IC_CST. This registers suffers CPU6 ERRATA. The patch rewrites the fonction in C so that CPU6 ERRATA will be handled transparently Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Scott Wood <oss@buserror.net>