]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - init/main.c
tracing/kmemtrace: normalize the raw tracer event to the unified tracing API
[mirror_ubuntu-zesty-kernel.git] / init / main.c
index 79213c0785d293adc69165ec37899c2517793046..beca7aaddb22df96849cac3363e1eeabcb5be808 100644 (file)
@@ -70,6 +70,7 @@
 #include <asm/setup.h>
 #include <asm/sections.h>
 #include <asm/cacheflush.h>
+#include <trace/kmemtrace.h>
 
 #ifdef CONFIG_X86_LOCAL_APIC
 #include <asm/smp.h>
@@ -654,6 +655,7 @@ asmlinkage void __init start_kernel(void)
        enable_debug_pagealloc();
        cpu_hotplug_init();
        kmem_cache_init();
+       kmemtrace_init();
        debug_objects_mem_init();
        idr_init_cache();
        setup_per_cpu_pageset();
@@ -670,6 +672,7 @@ asmlinkage void __init start_kernel(void)
                efi_enter_virtual_mode();
 #endif
        thread_info_cache_init();
+       cred_init();
        fork_init(num_physpages);
        proc_caches_init();
        buffer_init();