Merge "sched: remove conversion to bool in is_full_throttle_boost"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
edcd9db1db
@@ -3004,7 +3004,7 @@ static inline bool rt_boost_on_big(void)
|
||||
|
||||
static inline bool is_full_throttle_boost(void)
|
||||
{
|
||||
return sched_boost() == FULL_THROTTLE_BOOST ? true : false;
|
||||
return sched_boost() == FULL_THROTTLE_BOOST;
|
||||
}
|
||||
|
||||
extern int preferred_cluster(struct sched_cluster *cluster,
|
||||
|
||||
Reference in New Issue
Block a user