If we're looking to place a new task, we might as well find the
idlest position _now_, not 1 tick ago.
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
.idle_idx = 1, \
.newidle_idx = 0, \
.wake_idx = 0, \
- .forkexec_idx = 1, \
+ .forkexec_idx = 0, \
.flags = SD_LOAD_BALANCE \
| SD_BALANCE_NEWIDLE \
| SD_BALANCE_EXEC \
.idle_idx = 2, \
.newidle_idx = 0, \
.wake_idx = 0, \
- .forkexec_idx = 1, \
+ .forkexec_idx = 0, \
.flags = SD_LOAD_BALANCE \
| SD_BALANCE_NEWIDLE \
| SD_BALANCE_EXEC \
.idle_idx = 2, \
.newidle_idx = 0, \
.wake_idx = 0, \
- .forkexec_idx = 1, \
+ .forkexec_idx = 0, \
.flags = SD_LOAD_BALANCE \
| SD_BALANCE_FORK \
| SD_BALANCE_EXEC \
.idle_idx = 2, \
.newidle_idx = 0, \
.wake_idx = 0, \
- .forkexec_idx = 1, \
+ .forkexec_idx = 0, \
.flags = SD_LOAD_BALANCE \
| SD_BALANCE_FORK \
| SD_BALANCE_EXEC \
# define SD_CACHE_NICE_TRIES 1
# define SD_IDLE_IDX 1
-# define SD_FORKEXEC_IDX 0
#else
# define SD_CACHE_NICE_TRIES 2
# define SD_IDLE_IDX 2
-# define SD_FORKEXEC_IDX 1
#endif
.idle_idx = SD_IDLE_IDX, \
.newidle_idx = 0, \
.wake_idx = 0, \
- .forkexec_idx = SD_FORKEXEC_IDX, \
+ .forkexec_idx = 0, \
\
.flags = 1*SD_LOAD_BALANCE \
| 1*SD_BALANCE_NEWIDLE \
.cache_nice_tries = 1, \
.busy_idx = 2, \
.wake_idx = 0, \
- .forkexec_idx = 1, \
+ .forkexec_idx = 0, \
\
.flags = 1*SD_LOAD_BALANCE \
| 1*SD_BALANCE_NEWIDLE \
.idle_idx = 1, \
.newidle_idx = 0, \
.wake_idx = 0, \
- .forkexec_idx = 1, \
+ .forkexec_idx = 0, \
\
.flags = 1*SD_LOAD_BALANCE \
| 1*SD_BALANCE_NEWIDLE \