Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154956
b: refs/heads/master
c: ec5a36f
h: refs/heads/master
v: v3
  • Loading branch information
Pekka Enberg committed Jun 29, 2009
1 parent eee7721 commit 152303d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 7ed9f7e5db58c6e8c2b4b738a75d5dcd8e17aad5
refs/heads/master: ec5a36f94e7ca4b1f28ae4dd135cd415a704e772
6 changes: 3 additions & 3 deletions trunk/mm/slab.c
Original file line number Diff line number Diff line change
Expand Up @@ -1544,9 +1544,6 @@ void __init kmem_cache_init(void)
}

g_cpucache_up = EARLY;

/* Annotate slab for lockdep -- annotate the malloc caches */
init_lock_keys();
}

void __init kmem_cache_init_late(void)
Expand All @@ -1563,6 +1560,9 @@ void __init kmem_cache_init_late(void)
/* Done! */
g_cpucache_up = FULL;

/* Annotate slab for lockdep -- annotate the malloc caches */
init_lock_keys();

/*
* Register a cpu startup notifier callback that initializes
* cpu_cache_get for all new cpus
Expand Down

0 comments on commit 152303d

Please sign in to comment.