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 5079785 commit 0b84735Copy full SHA for 0b84735
kernel/sched/core.c
@@ -7557,11 +7557,6 @@ void __init sched_init(void)
7557
atomic_inc(&init_mm.mm_count);
7558
enter_lazy_tlb(&init_mm, current);
7559
7560
- /*
7561
- * During early bootup we pretend to be a normal task:
7562
- */
7563
- current->sched_class = &fair_sched_class;
7564
-
7565
/*
7566
* Make us the idle thread. Technically, schedule() should not be
7567
* called from this thread, however somewhere below it might be,
0 commit comments