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 95316a1b4a76..e60679de61c3 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -506,7 +506,7 @@ asmlinkage void __init start_kernel(void) | |||
506 | setup_per_cpu_areas(); | 506 | setup_per_cpu_areas(); |
507 | smp_prepare_boot_cpu(); /* arch-specific boot-cpu hooks */ | 507 | smp_prepare_boot_cpu(); /* arch-specific boot-cpu hooks */ |
508 | 508 | ||
509 | build_all_zonelists(NULL); | 509 | build_all_zonelists(NULL, NULL); |
510 | page_alloc_init(); | 510 | page_alloc_init(); |
511 | 511 | ||
512 | printk(KERN_NOTICE "Kernel command line: %s\n", boot_command_line); | 512 | printk(KERN_NOTICE "Kernel command line: %s\n", boot_command_line); |