Loading kernel/sched/core_ctl.c +3 −2 Original line number Original line Diff line number Diff line Loading @@ -866,7 +866,7 @@ static u64 core_ctl_check_timestamp; int core_ctl_set_boost(bool boost) int core_ctl_set_boost(bool boost) { { unsigned int index = 0; unsigned int index = 0; struct cluster_data *cluster; struct cluster_data *cluster = NULL; unsigned long flags; unsigned long flags; int ret = 0; int ret = 0; bool boost_state_changed = false; bool boost_state_changed = false; Loading Loading @@ -897,6 +897,7 @@ int core_ctl_set_boost(bool boost) apply_need(cluster); apply_need(cluster); } } if (cluster) trace_core_ctl_set_boost(cluster->boost, ret); trace_core_ctl_set_boost(cluster->boost, ret); return ret; return ret; Loading Loading
kernel/sched/core_ctl.c +3 −2 Original line number Original line Diff line number Diff line Loading @@ -866,7 +866,7 @@ static u64 core_ctl_check_timestamp; int core_ctl_set_boost(bool boost) int core_ctl_set_boost(bool boost) { { unsigned int index = 0; unsigned int index = 0; struct cluster_data *cluster; struct cluster_data *cluster = NULL; unsigned long flags; unsigned long flags; int ret = 0; int ret = 0; bool boost_state_changed = false; bool boost_state_changed = false; Loading Loading @@ -897,6 +897,7 @@ int core_ctl_set_boost(bool boost) apply_need(cluster); apply_need(cluster); } } if (cluster) trace_core_ctl_set_boost(cluster->boost, ret); trace_core_ctl_set_boost(cluster->boost, ret); return ret; return ret; Loading