"Implement" S5L8701 core_sleep

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23081 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sparmann 2009-10-10 22:02:22 +00:00
parent 55fc2ea314
commit efe0dd723f

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 == S3C2440 || CONFIG_CPU == S5L8701
/* Use the generic ARMv4/v5/v6 wait for IRQ */
static inline void core_sleep(void)
{