summaryrefslogtreecommitdiff
path: root/apps/plugins/test_codec.c
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2010-10-16 12:30:06 +0000
committerNils Wallménius <nils@rockbox.org>2010-10-16 12:30:06 +0000
commit8123dffaead8912e9bdf9d1d49e87501bb8e09ca (patch)
tree8bbc8bfe574259b4e4a90685887bd526a64edbe2 /apps/plugins/test_codec.c
parent44780475bc53ad6a53c4d7216213c200c4d9063e (diff)
downloadrockbox-8123dffaead8912e9bdf9d1d49e87501bb8e09ca.zip
rockbox-8123dffaead8912e9bdf9d1d49e87501bb8e09ca.tar.gz
rockbox-8123dffaead8912e9bdf9d1d49e87501bb8e09ca.tar.bz2
rockbox-8123dffaead8912e9bdf9d1d49e87501bb8e09ca.tar.xz
Remove some inconsistent guarding around cpucache_* functions to fix a test_codec crash on coldfire, breaks plugin api compatibility so sorted and bumped version numbers.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28287 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/test_codec.c')
-rw-r--r--apps/plugins/test_codec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c
index 0927413..d581d74 100644
--- a/apps/plugins/test_codec.c
+++ b/apps/plugins/test_codec.c
@@ -601,10 +601,8 @@ static void init_ci(void)
ci.profile_func_exit = rb->profile_func_exit;
#endif
-#if NUM_CORES > 1
ci.cpucache_invalidate = rb->cpucache_invalidate;
ci.cpucache_flush = rb->cpucache_flush;
-#endif
#if NUM_CORES > 1
ci.create_thread = rb->create_thread;