forked from len0rd/rockbox
pp500x: Switch to plain C sleep/wake code (instead of asm)
Supposedly this is responsible for startup crashes on ipod1g/2g. Change-Id: I9d03ddc996f46db6fa782d1d8b1cd8baf9d23308
This commit is contained in:
parent
8e7fa2932e
commit
c33602375d
1 changed files with 3 additions and 3 deletions
|
@ -154,7 +154,7 @@ struct core_semaphores
|
|||
|
||||
static struct core_semaphores core_semaphores[NUM_CORES] IBSS_ATTR;
|
||||
|
||||
#if 1 /* Select ASM */
|
||||
#if 0 /* Select ASM */
|
||||
/*---------------------------------------------------------------------------
|
||||
* Put core in a power-saving state if waking list wasn't repopulated and if
|
||||
* no other core requested a wakeup for it to perform a task.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue