OSDN Git Service

FROMLIST: sched/fair: Change prefer_sibling type to bool
authorValentin Schneider <valentin.schneider@arm.com>
Fri, 29 Jun 2018 13:50:31 +0000 (14:50 +0100)
committerAmit Pundir <amit.pundir@linaro.org>
Tue, 14 Aug 2018 12:17:11 +0000 (17:47 +0530)
commitb3f23059f393107d9bad198ebe39aca1557f18f3
treed1950cdc7cee9e8e00fc64f6e6bcd859618d24a6
parentd9ffd7738ca2c33685fd3d95822792a1776aa607
FROMLIST: sched/fair: Change prefer_sibling type to bool

This variable is entirely local to update_sd_lb_stats, so we can
safely change its type and slightly clean up its initialisation.

Signed-off-by: Valentin Schneider <valentin.schneider@arm.com>
Change-Id: I386c96732ca8499ef056c59cb49f399bca062e8c
kernel/sched/fair.c