summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-11-26 08:02:18 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-11-26 08:02:18 +0000
commita124e1251ace41dc40700be43e0e7ee2616cc5ac (patch)
tree53ef681c7f560e8d0c3f92575f78d41945ed3d8f
parent9beb210007f62eb9e4f4b2013612b87ed33fc67b (diff)
downloadrockbox-a124e1251ace41dc40700be43e0e7ee2616cc5ac.tar.gz
rockbox-a124e1251ace41dc40700be43e0e7ee2616cc5ac.zip
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
-rw-r--r--apps/codecs/spc/spc_codec.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/codecs/spc/spc_codec.h b/apps/codecs/spc/spc_codec.h
index c785acc468..013f5363ca 100644
--- a/apps/codecs/spc/spc_codec.h
+++ b/apps/codecs/spc/spc_codec.h
@@ -80,6 +80,8 @@
80#endif 80#endif
81 81
82#ifdef CPU_ARM 82#ifdef CPU_ARM
83
84#if CONFIG_CPU != PP5002
83 #undef ICODE_ATTR 85 #undef ICODE_ATTR
84 #define ICODE_ATTR 86 #define ICODE_ATTR
85 87
@@ -91,6 +93,7 @@
91 93
92 #undef IBSS_ATTR 94 #undef IBSS_ATTR
93 #define IBSS_ATTR 95 #define IBSS_ATTR
96#endif
94 97
95#if SPC_DUAL_CORE 98#if SPC_DUAL_CORE
96 #undef NOCACHEBSS_ATTR 99 #undef NOCACHEBSS_ATTR