From 8123dffaead8912e9bdf9d1d49e87501bb8e09ca Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sat, 16 Oct 2010 12:30:06 +0000 Subject: 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 --- apps/plugins/test_codec.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/plugins') 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) 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; -- cgit v1.2.3