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:
parent
a012b185ac
commit
054253ab33
1 changed files with 1 additions and 1 deletions
|
|
@ -746,7 +746,7 @@ static void core_thread_init(unsigned int core)
|
||||||
|
|
||||||
#elif defined(CPU_TCC780X) || defined(CPU_TCC77X) /* Single core only for now */ \
|
#elif defined(CPU_TCC780X) || defined(CPU_TCC77X) /* Single core only for now */ \
|
||||||
|| CONFIG_CPU == IMX31L || CONFIG_CPU == DM320 || CONFIG_CPU == AS3525 \
|
|| 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 */
|
/* Use the generic ARMv4/v5/v6 wait for IRQ */
|
||||||
static inline void core_sleep(void)
|
static inline void core_sleep(void)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue