summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/slab_common.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mm/slab_common.c b/mm/slab_common.c
index 6c49dbb3769e..807490fe217a 100644
--- a/mm/slab_common.c
+++ b/mm/slab_common.c
@@ -1028,7 +1028,8 @@ struct kmem_cache *__init create_kmalloc_cache(const char *name,
1028} 1028}
1029 1029
1030struct kmem_cache * 1030struct kmem_cache *
1031kmalloc_caches[NR_KMALLOC_TYPES][KMALLOC_SHIFT_HIGH + 1] __ro_after_init; 1031kmalloc_caches[NR_KMALLOC_TYPES][KMALLOC_SHIFT_HIGH + 1] __ro_after_init =
1032{ /* initialization for https://bugs.llvm.org/show_bug.cgi?id=42570 */ };
1032EXPORT_SYMBOL(kmalloc_caches); 1033EXPORT_SYMBOL(kmalloc_caches);
1033 1034
1034/* 1035/*