[RFC][PATCH v5 10/14] sched: init this_load to max in find_idlest_group

2013-10-18 Thread Vincent Guittot
Init this_load to max value instead of 0 in find_idlest_group. If the local group is skipped because it doesn't have allowed CPUs, this_load stays to 0, no idlest group will be returned and the selected CPU will be a not allowed one (which will be replaced in select_fallback_rq by a random one).

[RFC][PATCH v5 10/14] sched: init this_load to max in find_idlest_group

2013-10-18 Thread Vincent Guittot
Init this_load to max value instead of 0 in find_idlest_group. If the local group is skipped because it doesn't have allowed CPUs, this_load stays to 0, no idlest group will be returned and the selected CPU will be a not allowed one (which will be replaced in select_fallback_rq by a random one).