Loading kernel/sched/core.c +2 −1 Original line number Diff line number Diff line Loading @@ -7452,9 +7452,10 @@ void init_idle(struct task_struct *idle, int cpu) struct rq *rq = cpu_rq(cpu); unsigned long flags; __sched_fork(0, idle); raw_spin_lock_irqsave(&rq->lock, flags); __sched_fork(0, idle); idle->state = TASK_RUNNING; idle->se.exec_start = sched_clock(); Loading kernel/sched/qhmp_core.c +2 −1 Original line number Diff line number Diff line Loading @@ -6478,9 +6478,10 @@ void init_idle(struct task_struct *idle, int cpu) struct rq *rq = cpu_rq(cpu); unsigned long flags; __sched_fork(0, idle); raw_spin_lock_irqsave(&rq->lock, flags); __sched_fork(0, idle); idle->state = TASK_RUNNING; idle->se.exec_start = sched_clock(); Loading Loading
kernel/sched/core.c +2 −1 Original line number Diff line number Diff line Loading @@ -7452,9 +7452,10 @@ void init_idle(struct task_struct *idle, int cpu) struct rq *rq = cpu_rq(cpu); unsigned long flags; __sched_fork(0, idle); raw_spin_lock_irqsave(&rq->lock, flags); __sched_fork(0, idle); idle->state = TASK_RUNNING; idle->se.exec_start = sched_clock(); Loading
kernel/sched/qhmp_core.c +2 −1 Original line number Diff line number Diff line Loading @@ -6478,9 +6478,10 @@ void init_idle(struct task_struct *idle, int cpu) struct rq *rq = cpu_rq(cpu); unsigned long flags; __sched_fork(0, idle); raw_spin_lock_irqsave(&rq->lock, flags); __sched_fork(0, idle); idle->state = TASK_RUNNING; idle->se.exec_start = sched_clock(); Loading