Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22504
b: refs/heads/master
c: 442295c
h: refs/heads/master
v: v3
  • Loading branch information
Paul Jackson authored and Linus Torvalds committed Mar 22, 2006
1 parent 25f6ce2 commit 6d4bddc
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: fdb7cc59084ba7eef935e4e40aaaf538ee34c625
refs/heads/master: 442295c94bf650221af3ef20fc68fa3e93876818
2 changes: 1 addition & 1 deletion trunk/mm/slab.c
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ static void init_reap_node(int cpu)

node = next_node(cpu_to_node(cpu), node_online_map);
if (node == MAX_NUMNODES)
node = 0;
node = first_node(node_online_map);

__get_cpu_var(reap_node) = node;
}
Expand Down

0 comments on commit 6d4bddc

Please sign in to comment.