sched/numa: Load balance between remote nodes
[deliverable/linux.git] / kernel / sched / core.c
index c46958e2612143ede81602d05129c064eacfc2e2..6546083af3e0182d052fbff2f6217c271a9736a9 100644 (file)
@@ -6321,7 +6321,7 @@ static int sched_domains_curr_level;
 
 static inline int sd_local_flags(int level)
 {
-       if (sched_domains_numa_distance[level] > REMOTE_DISTANCE)
+       if (sched_domains_numa_distance[level] > RECLAIM_DISTANCE)
                return 0;
 
        return SD_BALANCE_EXEC | SD_BALANCE_FORK | SD_WAKE_AFFINE;
This page took 0.034099 seconds and 5 git commands to generate.