Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40658
b: refs/heads/master
c: 7f6b887
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Yeisley authored and Linus Torvalds committed Nov 3, 2006
1 parent 36d4c98 commit db4528e
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: d13adb604693374c5fce47cd1a2017bcf3178eae
refs/heads/master: 7f6b8876c7e66b0d15af134e2a5b87e55514eb6d
2 changes: 1 addition & 1 deletion trunk/mm/slab.c
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ static void init_reap_node(int cpu)
if (node == MAX_NUMNODES)
node = first_node(node_online_map);

__get_cpu_var(reap_node) = node;
per_cpu(reap_node, cpu) = node;
}

static void next_reap_node(void)
Expand Down

0 comments on commit db4528e

Please sign in to comment.