diff options
| author | Nils Wallménius <nils@rockbox.org> | 2010-10-16 12:30:06 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2010-10-16 12:30:06 +0000 |
| commit | 8123dffaead8912e9bdf9d1d49e87501bb8e09ca (patch) | |
| tree | 8bbc8bfe574259b4e4a90685887bd526a64edbe2 /apps/plugins | |
| parent | 44780475bc53ad6a53c4d7216213c200c4d9063e (diff) | |
| download | rockbox-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')
| -rw-r--r-- | apps/plugins/test_codec.c | 2 |
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; |