Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0f760f13 authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds
Browse files

x86_64: Fix xen section warnings



Fix

WARNING: vmlinux.o(.data+0x99): Section mismatch: reference to .init.text:xen_start_kernel (between 'startup_xen' and 'boot_gdt_descr')

Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 5f3f7cc6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
#include <asm/boot.h>
#include <xen/interface/elfnote.h>

	.section .init.text
ENTRY(startup_xen)
	movl %esi,xen_start_info
	cld
@@ -19,6 +20,7 @@ ENTRY(hypercall_page)
	.skip 0x1000
.popsection

	.section .text
	ELFNOTE(Xen, XEN_ELFNOTE_GUEST_OS,       .asciz "linux")
	ELFNOTE(Xen, XEN_ELFNOTE_GUEST_VERSION,  .asciz "2.6")
	ELFNOTE(Xen, XEN_ELFNOTE_XEN_VERSION,    .asciz "xen-3.0")