diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-10 02:29:57 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-10 02:29:57 -0500 |
commit | 0b6ca82af83a79f3d1001c8a0701ed34ac38126e (patch) | |
tree | def8eb112c513b21e826e370f2f34249e97914eb /init/main.c | |
parent | bfc1de0c40a26c6daa46c297e28138aecb4c5664 (diff) | |
parent | fac84939609a683503947f41eb93e1917d026263 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86
* git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86: (32 commits)
x86: cpa, strict range check in try_preserve_large_page()
x86: cpa, enable CONFIG_DEBUG_PAGEALLOC on 64-bit
x86: cpa, use page pool
x86: introduce page pool in cpa
x86: DEBUG_PAGEALLOC: enable after mem_init()
brk: help text typo fix
lguest: accept guest _PAGE_PWT page table entries
x86 PM: update stale comments
x86 PM: consolidate suspend and hibernation code
x86 PM: rename 32-bit files in arch/x86/power
x86 PM: move 64-bit hibernation files to arch/x86/power
x86: trivial printk optimizations
x86: fix early_ioremap pagetable ops
x86: construct 32-bit boot time page tables in native format.
x86, core: remove CONFIG_FORCED_INLINING
x86: avoid unused variable warning in mm/init_64.c
x86: fixup more paravirt fallout
brk: document randomize_va_space and CONFIG_COMPAT_BRK (was Re:
x86: fix sparse warnings in acpi/bus.c
x86: fix sparse warning in topology.c
...
Diffstat (limited to 'init/main.c')
-rw-r--r-- | init/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/main.c b/init/main.c index c59859b85db0..8b1982082ad8 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -558,7 +558,6 @@ asmlinkage void __init start_kernel(void) | |||
558 | preempt_disable(); | 558 | preempt_disable(); |
559 | build_all_zonelists(); | 559 | build_all_zonelists(); |
560 | page_alloc_init(); | 560 | page_alloc_init(); |
561 | enable_debug_pagealloc(); | ||
562 | printk(KERN_NOTICE "Kernel command line: %s\n", boot_command_line); | 561 | printk(KERN_NOTICE "Kernel command line: %s\n", boot_command_line); |
563 | parse_early_param(); | 562 | parse_early_param(); |
564 | parse_args("Booting kernel", static_command_line, __start___param, | 563 | parse_args("Booting kernel", static_command_line, __start___param, |
@@ -614,6 +613,7 @@ asmlinkage void __init start_kernel(void) | |||
614 | vfs_caches_init_early(); | 613 | vfs_caches_init_early(); |
615 | cpuset_init_early(); | 614 | cpuset_init_early(); |
616 | mem_init(); | 615 | mem_init(); |
616 | enable_debug_pagealloc(); | ||
617 | cpu_hotplug_init(); | 617 | cpu_hotplug_init(); |
618 | kmem_cache_init(); | 618 | kmem_cache_init(); |
619 | setup_per_cpu_pageset(); | 619 | setup_per_cpu_pageset(); |