sched: schedutil: remove syncronize_rcu for fast hp
authorYoungtae Lee <yt0729.lee@samsung.com>
Mon, 23 Apr 2018 04:06:33 +0000 (13:06 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:24:05 +0000 (20:24 +0300)
Change-Id: I3eebe5d8e12fc8fe5bc0810949c76883cb0564be
Signed-off-by: Youngtae Lee <yt0729.lee@samsung.com>
kernel/sched/cpufreq_schedutil.c

index e9458426e03197a8b436a1428dd8981911c2df67..b212b64ba8229bd71f2373c0032763f8c608ce88 100644 (file)
@@ -746,9 +746,6 @@ static void sugov_stop(struct cpufreq_policy *policy)
                cpufreq_remove_update_util_hook(cpu);
        }
 
-       synchronize_sched();
-
-       irq_work_sync(&sg_policy->irq_work);
        cancel_work_sync(&sg_policy->work);
 }