summaryrefslogtreecommitdiffstats
path: root/sys/i386/xen
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>2013-08-22 20:07:06 +0000
committergibbs <gibbs@FreeBSD.org>2013-08-22 20:07:06 +0000
commitc5fb44c57d58c630c21aee0c7a316ae09aa33a84 (patch)
treedc871e37e444b7e212e1632205c3f7aa8e2cfe06 /sys/i386/xen
parentbb850902cd5affbeac1349f4a5441d511f8ecd11 (diff)
downloadFreeBSD-src-c5fb44c57d58c630c21aee0c7a316ae09aa33a84.zip
FreeBSD-src-c5fb44c57d58c630c21aee0c7a316ae09aa33a84.tar.gz
Rename definition of HYPERVISOR_VIRT_START to avoid conflict with
upstream Xen definition found in xen/interface/arch-x86/xen-x86_32.h. Submitted by: Roger Pau Monné Reviewed by: gibbs MFC after: 2 weeks
Diffstat (limited to 'sys/i386/xen')
-rw-r--r--sys/i386/xen/locore.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/xen/locore.s b/sys/i386/xen/locore.s
index 59cdb547..b67046e 100644
--- a/sys/i386/xen/locore.s
+++ b/sys/i386/xen/locore.s
@@ -76,7 +76,7 @@
ELFNOTE(Xen, XEN_ELFNOTE_PADDR_OFFSET, .long, KERNBASE)
ELFNOTE(Xen, XEN_ELFNOTE_ENTRY, .long, btext)
ELFNOTE(Xen, XEN_ELFNOTE_HYPERCALL_PAGE, .long, hypercall_page)
- ELFNOTE(Xen, XEN_ELFNOTE_HV_START_LOW, .long, HYPERVISOR_VIRT_START)
+ ELFNOTE(Xen, XEN_ELFNOTE_HV_START_LOW, .long, XEN_HYPERVISOR_VIRT_START)
#if 0
ELFNOTE(Xen, XEN_ELFNOTE_FEATURES, .asciz, "writable_page_tables|writable_descriptor_tables|auto_translated_physmap|pae_pgdir_above_4gb|supervisor_mode_kernel")
#endif
OpenPOWER on IntegriCloud