diff options
Diffstat (limited to 'init')
-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 22881b5e95e3..3bdb152f412f 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -567,7 +567,7 @@ asmlinkage void __init start_kernel(void) | |||
567 | setup_per_cpu_areas(); | 567 | setup_per_cpu_areas(); |
568 | smp_prepare_boot_cpu(); /* arch-specific boot-cpu hooks */ | 568 | smp_prepare_boot_cpu(); /* arch-specific boot-cpu hooks */ |
569 | 569 | ||
570 | build_all_zonelists(); | 570 | build_all_zonelists(NULL); |
571 | page_alloc_init(); | 571 | page_alloc_init(); |
572 | 572 | ||
573 | printk(KERN_NOTICE "Kernel command line: %s\n", boot_command_line); | 573 | printk(KERN_NOTICE "Kernel command line: %s\n", boot_command_line); |