summaryrefslogtreecommitdiff
path: root/apps/plugins
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
parent44780475bc53ad6a53c4d7216213c200c4d9063e (diff)
downloadrockbox-8123dffaead8912e9bdf9d1d49e87501bb8e09ca.tar.gz
rockbox-8123dffaead8912e9bdf9d1d49e87501bb8e09ca.zip
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')
-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 09274133b7..d581d74f8e 100644
--- a/apps/plugins/test_codec.c
+++ b/apps/plugins/test_codec.c
@@ -601,10 +601,8 @@ static void init_ci(void)
601 ci.profile_func_exit = rb->profile_func_exit; 601 ci.profile_func_exit = rb->profile_func_exit;
602#endif 602#endif
603 603
604#if NUM_CORES > 1
605 ci.cpucache_invalidate = rb->cpucache_invalidate; 604 ci.cpucache_invalidate = rb->cpucache_invalidate;
606 ci.cpucache_flush = rb->cpucache_flush; 605 ci.cpucache_flush = rb->cpucache_flush;
607#endif
608 606
609#if NUM_CORES > 1 607#if NUM_CORES > 1
610 ci.create_thread = rb->create_thread; 608 ci.create_thread = rb->create_thread;