We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0238df6 commit 357d291Copy full SHA for 357d291
arch/x86/xen/enlighten_pvh.c
@@ -75,7 +75,7 @@ static void __init init_pvh_bootparams(void)
75
* Version 2.12 supports Xen entry point but we will use default x86/PC
76
* environment (i.e. hardware_subarch 0).
77
*/
78
- pvh_bootparams.hdr.version = 0x212;
+ pvh_bootparams.hdr.version = (2 << 8) | 12;
79
pvh_bootparams.hdr.type_of_loader = (9 << 4) | 0; /* Xen loader */
80
81
x86_init.acpi.get_root_pointer = pvh_get_root_pointer;
0 commit comments