Forgot this..

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18513 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2008-09-14 16:28:35 +00:00
parent 1e294e3f25
commit ebe652b51a

View file

@ -1089,7 +1089,6 @@ static inline void load_context(const void* addr)
*/
static inline void core_sleep(void)
{
#if 0
#if CONFIG_CPU == JZ4732
REG_CPM_LCR &= ~CPM_LCR_LPM_MASK;
REG_CPM_LCR |= CPM_LCR_LPM_SLEEP;
@ -1109,7 +1108,6 @@ static inline void core_sleep(void)
REG_CPM_LCR &= ~CPM_LCR_LPM_MASK;
REG_CPM_LCR |= CPM_LCR_LPM_IDLE;
#endif
#endif
}