diff options
-rw-r--r-- | arch/x86/xen/enlighten.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index 3b6b7fcf5b55..0172ba774523 100644 --- a/arch/x86/xen/enlighten.c +++ b/arch/x86/xen/enlighten.c | |||
@@ -1587,6 +1587,7 @@ asmlinkage void __init xen_start_kernel(void) | |||
1587 | boot_params.hdr.ramdisk_image = xen_start_info->mod_start | 1587 | boot_params.hdr.ramdisk_image = xen_start_info->mod_start |
1588 | ? __pa(xen_start_info->mod_start) : 0; | 1588 | ? __pa(xen_start_info->mod_start) : 0; |
1589 | boot_params.hdr.ramdisk_size = xen_start_info->mod_len; | 1589 | boot_params.hdr.ramdisk_size = xen_start_info->mod_len; |
1590 | boot_params.hdr.cmd_line_ptr = __pa(xen_start_info->cmd_line); | ||
1590 | 1591 | ||
1591 | if (!is_initial_xendomain()) { | 1592 | if (!is_initial_xendomain()) { |
1592 | add_preferred_console("xenboot", 0, NULL); | 1593 | add_preferred_console("xenboot", 0, NULL); |