Merge tag 'for-linus-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / arch / x86 / platform / pvh / enlighten.c
index 944e0290f2c001810a16a2eee3c2e87a31ba48e0..8c2d4b8de25d482694101264674f5886758b00ed 100644 (file)
@@ -75,6 +75,9 @@ static void __init init_pvh_bootparams(bool xen_guest)
        } else
                xen_raw_printk("Warning: Can fit ISA range into e820\n");
 
+       if (xen_guest)
+               xen_reserve_extra_memory(&pvh_bootparams);
+
        pvh_bootparams.hdr.cmd_line_ptr =
                pvh_start_info.cmdline_paddr;