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)
committerlakkyung.jung <lakkyung.jung@samsung.com>
Mon, 23 Jul 2018 05:59:02 +0000 (14:59 +0900)
Change-Id: I3eebe5d8e12fc8fe5bc0810949c76883cb0564be
Signed-off-by: Youngtae Lee <yt0729.lee@samsung.com>
kernel/sched/cpufreq_schedutil.c

index af0d2ef5b2ae5e1b9a003be087b47436b4277751..a9d4aa51fca043a76c3b22fe3249921e73cf8301 100644 (file)
@@ -792,9 +792,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);
 }