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:
parent
b4018f1714
commit
13cbc9bf9d
2 changed files with 0 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue