aboutsummaryrefslogtreecommitdiffstats
path: root/init/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'init/main.c')
-rw-r--r--init/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/init/main.c b/init/main.c
index 6bf83afd654d..20d784ab5ef8 100644
--- a/init/main.c
+++ b/init/main.c
@@ -71,6 +71,7 @@
71#include <asm/setup.h> 71#include <asm/setup.h>
72#include <asm/sections.h> 72#include <asm/sections.h>
73#include <asm/cacheflush.h> 73#include <asm/cacheflush.h>
74#include <trace/kmemtrace.h>
74 75
75#ifdef CONFIG_X86_LOCAL_APIC 76#ifdef CONFIG_X86_LOCAL_APIC
76#include <asm/smp.h> 77#include <asm/smp.h>
@@ -649,6 +650,7 @@ asmlinkage void __init start_kernel(void)
649 enable_debug_pagealloc(); 650 enable_debug_pagealloc();
650 cpu_hotplug_init(); 651 cpu_hotplug_init();
651 kmem_cache_init(); 652 kmem_cache_init();
653 kmemtrace_init();
652 debug_objects_mem_init(); 654 debug_objects_mem_init();
653 idr_init_cache(); 655 idr_init_cache();
654 setup_per_cpu_pageset(); 656 setup_per_cpu_pageset();