diff options
| author | Ingo Molnar <mingo@elte.hu> | 2008-12-29 09:16:24 -0500 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2008-12-29 09:16:24 -0500 |
| commit | 2ff9f9d9629bf9530fe2ab8d803d612761ffc059 (patch) | |
| tree | b22e3fddffbc0f58b1e1974f4819896d58b7bdaf /init | |
| parent | 0f01f07fad4ee11d98fe6faa442afbeb0328a378 (diff) | |
| parent | a4900437f3d76761a1646cd90254ccb01714a9ed (diff) | |
Merge branch 'topic/kmemtrace' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 into tracing/kmemtrace
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(); |
