We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62849a9 commit 275b2f6Copy full SHA for 275b2f6
kernel/sched/core.c
@@ -6694,7 +6694,6 @@ void __init sched_init(void)
6694
6695
rq_attach_root(rq, &def_root_domain);
6696
#ifdef CONFIG_NO_HZ_COMMON
6697
- rq->last_load_update_tick = jiffies;
6698
rq->last_blocked_load_update_tick = jiffies;
6699
atomic_set(&rq->nohz_flags, 0);
6700
#endif
kernel/sched/sched.h
@@ -888,7 +888,6 @@ struct rq {
888
889
890
#ifdef CONFIG_SMP
891
- unsigned long last_load_update_tick;
892
unsigned long last_blocked_load_update_tick;
893
unsigned int has_blocked_load;
894
#endif /* CONFIG_SMP */
0 commit comments