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 17e9757bfde2..9711586aa7c9 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> |
@@ -654,6 +655,7 @@ asmlinkage void __init start_kernel(void) | |||
654 | enable_debug_pagealloc(); | 655 | enable_debug_pagealloc(); |
655 | cpu_hotplug_init(); | 656 | cpu_hotplug_init(); |
656 | kmem_cache_init(); | 657 | kmem_cache_init(); |
658 | kmemtrace_init(); | ||
657 | debug_objects_mem_init(); | 659 | debug_objects_mem_init(); |
658 | idr_init_cache(); | 660 | idr_init_cache(); |
659 | setup_per_cpu_pageset(); | 661 | setup_per_cpu_pageset(); |