mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 07:46:16 +08:00
arm: remove nxsched_resume_scheduler in cpustart
Idle thread initialization does not require calling nxsched_resume_scheduler Co-authored-by: yinshengkai <yinshengkai@xiaomi.com> Signed-off-by: guoshengyuan1 <guoshengyuan1@xiaomi.com>
This commit is contained in:
@@ -77,10 +77,6 @@ int arm_start_handler(int irq, void *context, void *arg)
|
||||
sched_note_cpu_started(tcb);
|
||||
#endif
|
||||
|
||||
/* Reset scheduler parameters */
|
||||
|
||||
nxsched_resume_scheduler(tcb);
|
||||
|
||||
UNUSED(tcb);
|
||||
|
||||
return OK;
|
||||
|
||||
@@ -77,10 +77,6 @@ int arm_start_handler(int irq, void *context, void *arg)
|
||||
sched_note_cpu_started(tcb);
|
||||
#endif
|
||||
|
||||
/* Reset scheduler parameters */
|
||||
|
||||
nxsched_resume_scheduler(tcb);
|
||||
|
||||
UNUSED(tcb);
|
||||
|
||||
return OK;
|
||||
|
||||
Reference in New Issue
Block a user