Call core_ExitInterrupt only when going back to user mode. Going back to
[AROS.git] / arch / arm-native / exec / exec_idle.c
blob7a70d2cfe2e471e7226d35a2acf1bc0cce3f8efd
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <proto/exec.h>
7 #include "exec_intern.h"
9 void IdleTask(struct ExecBase *SysBase)
11 D(bug("[Kernel] Idle task started up"));
14 { /* forever */
15 D(bug("[IDLE] Nothing to do ..\n"));
16 } while(1);