Merge branch 'slab/urgent' into slab/for-linus

Este commit está contenido en:
Pekka Enberg
2012-01-11 21:11:29 +02:00
Se han modificado 1239 ficheros con 14153 adiciones y 10549 borrados

Ver fichero

@@ -597,6 +597,7 @@ static enum {
PARTIAL_AC,
PARTIAL_L3,
EARLY,
LATE,
FULL
} g_cpucache_up;
@@ -673,7 +674,7 @@ static void init_node_lock_keys(int q)
{
struct cache_sizes *s = malloc_sizes;
if (g_cpucache_up != FULL)
if (g_cpucache_up < LATE)
return;
for (s = malloc_sizes; s->cs_size != ULONG_MAX; s++) {
@@ -1680,6 +1681,8 @@ void __init kmem_cache_init_late(void)
{
struct kmem_cache *cachep;
g_cpucache_up = LATE;
/* Annotate slab for lockdep -- annotate the malloc caches */
init_lock_keys();