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:
Solomon Peachy 2025-07-29 20:25:01 -04:00
parent 8e7fa2932e
commit c33602375d

View file

@ -154,7 +154,7 @@ struct core_semaphores
static struct core_semaphores core_semaphores[NUM_CORES] IBSS_ATTR; 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 * 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. * no other core requested a wakeup for it to perform a task.