Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310636
b: refs/heads/master
c: 10717dc
h: refs/heads/master
v: v3
  • Loading branch information
Alex Shi authored and Ingo Molnar committed Jun 6, 2012
1 parent a3836f8 commit b62aaa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ceb1cbac8eda66cf0f889def226b4e82f8ff857b
refs/heads/master: 10717dcde10d09f9fcee53a12a4236af1a82b484
2 changes: 1 addition & 1 deletion trunk/kernel/sched/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b62aaa7

Please sign in to comment.