Do some adjustments to alleviate IRAM congestion on some targets from r30097. Include removing pointless IRAM declarations in pcmbuf.c because that callback code runs at a fairly relaxed pace. M5 is still the biggest problem.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30100 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2011-06-29 09:39:13 +00:00
parent 40ff07140d
commit 5ff641fb81
4 changed files with 29 additions and 24 deletions

View file

@ -94,7 +94,7 @@ static FORCE_INLINE void beep_generate(int count)
/* Callback to generate the beep frames - also don't want inlining of
call below in beep_play */
static void __attribute__((noinline)) ICODE_ATTR
static void __attribute__((noinline))
beep_get_more(unsigned char **start, size_t *size)
{
int count = beep_count;