Invalidate the CPU cache after clearing bss, to make sure that bss variables that...
commita2d4fa04faf9a092e0c263b8ddc0db0ff5c90fa1
authorgevaerts <gevaerts@a1c6a512-1295-4272-9138-f99709370657>
Sun, 10 Oct 2010 20:49:21 +0000 (10 20:49 +0000)
committergevaerts <gevaerts@a1c6a512-1295-4272-9138-f99709370657>
Sun, 10 Oct 2010 20:49:21 +0000 (10 20:49 +0000)
tree85d2735f9af77e677d64252053304c297c867858
parent251d62acd9137bd28b7197715093d8398bdc71f4
Invalidate the CPU cache after clearing bss, to make sure that bss variables that are used via non-cached aliases don't read garbage.

This fixes FS#11653 for me

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28236 a1c6a512-1295-4272-9138-f99709370657
apps/codecs/codec_crt0.c
apps/plugins/plugin_crt0.c