|
@@ -23,9 +23,9 @@ extern void stop_watchdog(void);
|
|
/* We use this if we don't have any better idle routine. */
|
|
/* We use this if we don't have any better idle routine. */
|
|
void default_idle(void)
|
|
void default_idle(void)
|
|
{
|
|
{
|
|
|
|
+ local_irq_enable();
|
|
/* Halt until exception. */
|
|
/* Halt until exception. */
|
|
- __asm__ volatile("ei \n\t"
|
|
|
|
- "halt ");
|
|
|
|
|
|
+ __asm__ volatile("halt");
|
|
}
|
|
}
|
|
|
|
|
|
/*
|
|
/*
|