diff options
Diffstat (limited to 'mm/slub.c')
-rw-r--r-- | mm/slub.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |