Forgot this..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18513 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1e294e3f25
commit
ebe652b51a
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue