Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373735
b: refs/heads/master
c: 7d557b3
h: refs/heads/master
i:
  373733: 7143040
  373731: 75dd62a
  373727: b00c6e4
v: v3
  • Loading branch information
Glauber Costa authored and Pekka Enberg committed Feb 28, 2013
1 parent de80f59 commit 67e950c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b1e0541674904db00e17ce646b0a1d54f59136a5
refs/heads/master: 7d557b3cb69398d83ceabad9cf147c93a3aa97fd
6 changes: 6 additions & 0 deletions trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -3552,6 +3552,12 @@ static struct kmem_cache * __init bootstrap(struct kmem_cache *static_cache)

memcpy(s, static_cache, kmem_cache->object_size);

/*
* This runs very early, and only the boot processor is supposed to be
* up. Even if it weren't true, IRQs are not up so we couldn't fire
* IPIs around.
*/
__flush_cpu_slab(s, smp_processor_id());
for_each_node_state(node, N_NORMAL_MEMORY) {
struct kmem_cache_node *n = get_node(s, node);
struct page *p;
Expand Down

0 comments on commit 67e950c

Please sign in to comment.