We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc26a9 commit c8e1e60Copy full SHA for c8e1e60
1 file changed
kernel/fork.c
@@ -2237,9 +2237,7 @@ long _do_fork(unsigned long clone_flags,
2237
devfreq_boost_kick_max(DEVFREQ_MSM_CPUBW, 25);
2238
} else if (task_is_zygote(current) && active_mode() == 0 || active_mode() == 3) {
2239
devfreq_boost_kick_max(DEVFREQ_MSM_CPUBW, 50);
2240
- } else if (task_is_zygote(current) && active_mode() == 1) {
2241
- pr_info("Battery profile detected! Skipping DDR bus boost...\n");
2242
- }
+ }
2243
2244
/*
2245
* Determine whether and which event to report to ptracer. When
0 commit comments