forked from len0rd/rockbox
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
This commit is contained in:
parent
44780475bc
commit
8123dffaea
3 changed files with 19 additions and 25 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue