1
0
Fork 0
forked from len0rd/rockbox

as3525v2: core_sleep()

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24839 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-02-22 02:42:50 +00:00
parent a012b185ac
commit 054253ab33

View file

@ -746,7 +746,7 @@ static void core_thread_init(unsigned int core)
#elif defined(CPU_TCC780X) || defined(CPU_TCC77X) /* Single core only for now */ \
|| CONFIG_CPU == IMX31L || CONFIG_CPU == DM320 || CONFIG_CPU == AS3525 \
|| CONFIG_CPU == S3C2440 || CONFIG_CPU == S5L8701
|| CONFIG_CPU == S3C2440 || CONFIG_CPU == S5L8701 || CONFIG_CPU == AS3525v2
/* Use the generic ARMv4/v5/v6 wait for IRQ */
static inline void core_sleep(void)
{