mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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:
parent
40ff07140d
commit
5ff641fb81
4 changed files with 29 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue