|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] x86/boot: Exclude not used string
commit f43ce6e8f773b41d513849e70d10693d861d2369
Author: Frediano Ziglio <frediano.ziglio@xxxxxxxxxx>
AuthorDate: Tue Jun 30 09:45:29 2026 +0200
Commit: Jan Beulich <jbeulich@xxxxxxxx>
CommitDate: Tue Jun 30 10:03:32 2026 +0200
x86/boot: Exclude not used string
If CONFIG_REQUIRE_NX is not enabled the string is not used.
Signed-off-by: Frediano Ziglio <frediano.ziglio@xxxxxxxxxx>
Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx>
---
xen/arch/x86/boot/head.S | 2 ++
1 file changed, 2 insertions(+)
diff --git a/xen/arch/x86/boot/head.S b/xen/arch/x86/boot/head.S
index 77bb7a9e21..68b963ce6f 100644
--- a/xen/arch/x86/boot/head.S
+++ b/xen/arch/x86/boot/head.S
@@ -133,7 +133,9 @@ multiboot2_header:
.Lbad_ldr_nbs: .asciz "ERR: Bootloader shutdown EFI x64 boot services!"
.Lbad_efi_msg: .asciz "ERR: EFI IA-32 platforms are not supported!"
.Lbag_alg_msg: .asciz "ERR: Xen must be loaded at a 2Mb boundary!"
+#ifdef CONFIG_REQUIRE_NX
.Lno_nx_msg: .asciz "ERR: Not an NX-capable CPU!"
+#endif
.section .init.data, "aw", @progbits
.subsection 1 /* Put data here after the page tables (in x86_64.S). */
--
generated by git-patchbot for /home/xen/git/xen.git#master
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |