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 50a1062 commit c504b2fCopy full SHA for c504b2f
arch/x86/xen/xen-head.S
@@ -16,6 +16,7 @@
16
#include <xen/interface/xen-mca.h>
17
#include <asm/xen/interface.h>
18
19
+#ifdef CONFIG_XEN_PV
20
__INIT
21
ENTRY(startup_xen)
22
cld
@@ -34,6 +35,7 @@ ENTRY(startup_xen)
34
35
jmp xen_start_kernel
36
37
__FINIT
38
+#endif
39
40
.pushsection .text
41
.balign PAGE_SIZE
@@ -58,7 +60,9 @@ ENTRY(hypercall_page)
58
60
/* Map the p2m table to a 512GB-aligned user address. */
59
61
ELFNOTE(Xen, XEN_ELFNOTE_INIT_P2M, .quad PGDIR_SIZE)
62
#endif
63
64
ELFNOTE(Xen, XEN_ELFNOTE_ENTRY, _ASM_PTR startup_xen)
65
66
ELFNOTE(Xen, XEN_ELFNOTE_HYPERCALL_PAGE, _ASM_PTR hypercall_page)
67
ELFNOTE(Xen, XEN_ELFNOTE_FEATURES,
68
.ascii "!writable_page_tables|pae_pgdir_above_4gb")
0 commit comments