aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slub.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/slub.c')
-rw-r--r--mm/slub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/slub.c b/mm/slub.c
index 992ecd4f0d39..b145e798bf3d 100644
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -2978,7 +2978,7 @@ void __init kmem_cache_init(void)
2978 kmalloc_caches[0].refcount = -1; 2978 kmalloc_caches[0].refcount = -1;
2979 caches++; 2979 caches++;
2980 2980
2981 hotplug_memory_notifier(slab_memory_callback, 1); 2981 hotplug_memory_notifier(slab_memory_callback, SLAB_CALLBACK_PRI);
2982#endif 2982#endif
2983 2983
2984 /* Able to allocate the per node structures */ 2984 /* Able to allocate the per node structures */