diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init/main.c b/init/main.c index 2a7ce0f8e453..535b1d4bd5f4 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -70,6 +70,7 @@ | |||
70 | #include <asm/setup.h> | 70 | #include <asm/setup.h> |
71 | #include <asm/sections.h> | 71 | #include <asm/sections.h> |
72 | #include <asm/cacheflush.h> | 72 | #include <asm/cacheflush.h> |
73 | #include <linux/kmemtrace.h> | ||
73 | 74 | ||
74 | #ifdef CONFIG_X86_LOCAL_APIC | 75 | #ifdef CONFIG_X86_LOCAL_APIC |
75 | #include <asm/smp.h> | 76 | #include <asm/smp.h> |
@@ -665,6 +666,7 @@ asmlinkage void __init start_kernel(void) | |||
665 | enable_debug_pagealloc(); | 666 | enable_debug_pagealloc(); |
666 | cpu_hotplug_init(); | 667 | cpu_hotplug_init(); |
667 | kmem_cache_init(); | 668 | kmem_cache_init(); |
669 | kmemtrace_init(); | ||
668 | debug_objects_mem_init(); | 670 | debug_objects_mem_init(); |
669 | idr_init_cache(); | 671 | idr_init_cache(); |
670 | setup_per_cpu_pageset(); | 672 | setup_per_cpu_pageset(); |