diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2007-11-26 08:02:18 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2007-11-26 08:02:18 +0000 |
| commit | a124e1251ace41dc40700be43e0e7ee2616cc5ac (patch) | |
| tree | 53ef681c7f560e8d0c3f92575f78d41945ed3d8f /apps/codecs | |
| parent | 9beb210007f62eb9e4f4b2013612b87ed33fc67b (diff) | |
| download | rockbox-a124e1251ace41dc40700be43e0e7ee2616cc5ac.zip rockbox-a124e1251ace41dc40700be43e0e7ee2616cc5ac.tar.gz rockbox-a124e1251ace41dc40700be43e0e7ee2616cc5ac.tar.bz2 rockbox-a124e1251ace41dc40700be43e0e7ee2616cc5ac.tar.xz | |
Be sure SPC codec runs nicely from the start by using more IRAM when the dual core is done for PP5002. Basically ready, it is.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15808 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs')
| -rw-r--r-- | apps/codecs/spc/spc_codec.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/codecs/spc/spc_codec.h b/apps/codecs/spc/spc_codec.h index c785acc..013f536 100644 --- a/apps/codecs/spc/spc_codec.h +++ b/apps/codecs/spc/spc_codec.h @@ -80,6 +80,8 @@ #endif #ifdef CPU_ARM + +#if CONFIG_CPU != PP5002 #undef ICODE_ATTR #define ICODE_ATTR @@ -91,6 +93,7 @@ #undef IBSS_ATTR #define IBSS_ATTR +#endif #if SPC_DUAL_CORE #undef NOCACHEBSS_ATTR |