From a124e1251ace41dc40700be43e0e7ee2616cc5ac Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Mon, 26 Nov 2007 08:02:18 +0000 Subject: 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 --- apps/codecs/spc/spc_codec.h | 3 +++ 1 file changed, 3 insertions(+) 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 @@ #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 -- cgit v1.2.3