Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 370773
b: refs/heads/master
c: 7122bee
h: refs/heads/master
i:
  370771: d1ee486
v: v3
  • Loading branch information
Vaidyanathan Srinivasan authored and Michael Ellerman committed Apr 18, 2013
1 parent 21a4e7b commit 57405db
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: 517b7314770c9247ed77bc0591dbeb362603a371
refs/heads/master: 7122beeee7bc1757682049780179d7c216dd1c83
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/mm/numa.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ int __node_distance(int a, int b)
int distance = LOCAL_DISTANCE;

if (!form1_affinity)
return distance;
return ((a == b) ? LOCAL_DISTANCE : REMOTE_DISTANCE);

for (i = 0; i < distance_ref_points_depth; i++) {
if (distance_lookup_table[a][i] == distance_lookup_table[b][i])
Expand Down

0 comments on commit 57405db

Please sign in to comment.