diff options
| -rw-r--r-- | kernel/sched/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/core.c b/kernel/sched/core.c index c46958e26121..6546083af3e0 100644 --- a/kernel/sched/core.c +++ b/kernel/sched/core.c | |||
| @@ -6321,7 +6321,7 @@ static int sched_domains_curr_level; | |||
| 6321 | 6321 | ||
| 6322 | static inline int sd_local_flags(int level) | 6322 | static inline int sd_local_flags(int level) |
| 6323 | { | 6323 | { |
| 6324 | if (sched_domains_numa_distance[level] > REMOTE_DISTANCE) | 6324 | if (sched_domains_numa_distance[level] > RECLAIM_DISTANCE) |
| 6325 | return 0; | 6325 | return 0; |
| 6326 | 6326 | ||
| 6327 | return SD_BALANCE_EXEC | SD_BALANCE_FORK | SD_WAKE_AFFINE; | 6327 | return SD_BALANCE_EXEC | SD_BALANCE_FORK | SD_WAKE_AFFINE; |
