Revert "sched/tune: Initialize raw_spin_lock in boosted_groups"
[firefly-linux-kernel-4.4.55.git] / kernel / sched / tune.c
index 86d04caf1684b4095c4c3dfbecc8c96fc13904f2..d444fc1a4d5832ccf37c24cb199c86b5b00c7dbb 100644 (file)
@@ -647,7 +647,6 @@ schedtune_boostgroup_init(struct schedtune *st)
                bg = &per_cpu(cpu_boost_groups, cpu);
                bg->group[st->idx].boost = 0;
                bg->group[st->idx].tasks = 0;
-               raw_spin_lock_init(&bg->lock);
        }
 
        return 0;