diff options
-rw-r--r-- | arch/i386/xen/xen-head.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/i386/xen/xen-head.S b/arch/i386/xen/xen-head.S index 2998d55a0017..bc71f3bc4014 100644 --- a/arch/i386/xen/xen-head.S +++ b/arch/i386/xen/xen-head.S | |||
@@ -7,6 +7,7 @@ | |||
7 | #include <asm/boot.h> | 7 | #include <asm/boot.h> |
8 | #include <xen/interface/elfnote.h> | 8 | #include <xen/interface/elfnote.h> |
9 | 9 | ||
10 | .section .init.text | ||
10 | ENTRY(startup_xen) | 11 | ENTRY(startup_xen) |
11 | movl %esi,xen_start_info | 12 | movl %esi,xen_start_info |
12 | cld | 13 | cld |
@@ -19,6 +20,7 @@ ENTRY(hypercall_page) | |||
19 | .skip 0x1000 | 20 | .skip 0x1000 |
20 | .popsection | 21 | .popsection |
21 | 22 | ||
23 | .section .text | ||
22 | ELFNOTE(Xen, XEN_ELFNOTE_GUEST_OS, .asciz "linux") | 24 | ELFNOTE(Xen, XEN_ELFNOTE_GUEST_OS, .asciz "linux") |
23 | ELFNOTE(Xen, XEN_ELFNOTE_GUEST_VERSION, .asciz "2.6") | 25 | ELFNOTE(Xen, XEN_ELFNOTE_GUEST_VERSION, .asciz "2.6") |
24 | ELFNOTE(Xen, XEN_ELFNOTE_XEN_VERSION, .asciz "xen-3.0") | 26 | ELFNOTE(Xen, XEN_ELFNOTE_XEN_VERSION, .asciz "xen-3.0") |