From 852cee94d838dd241f1bbc81a26c3e46b303f8f0 Mon Sep 17 00:00:00 2001 From: Maria Yu <aiquny@codeaurora.org> Date: Mon, 23 Apr 2018 15:09:21 +0800 Subject: [PATCH] msm8953-common: Enable sched_boost in early_init Enable sched_boost in early_init for msm8953 targes. Sched_boost is in order to migrate threads onto perf cluster and will be disabled at post_boot. Change-Id: Ica92a3b48a32fc63e33776f0079314d8b7faeaf7 --- rootdir/init.target.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/rootdir/init.target.rc b/rootdir/init.target.rc index eee7b65..4561294 100644 --- a/rootdir/init.target.rc +++ b/rootdir/init.target.rc @@ -27,6 +27,7 @@ # # on early-init + write /proc/sys/kernel/sched_boost 1 symlink /data/tombstones /tombstones on fs -- GitLab