]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
xen: arm: Workaround to get start_info
authorJulien Grall <julien.grall@citrix.com>
Sun, 4 Oct 2015 18:43:16 +0000 (19:43 +0100)
committerJulien Grall <julien.grall@citrix.com>
Mon, 5 Oct 2015 17:56:27 +0000 (18:56 +0100)
sys/xen/interface/arch-arm.h

index 9a96401878f5ed94472e9931e74fcf76ec6a33cd..d474d4b6a40e991cd553b990174c517b2ac5bc39 100644 (file)
 #ifndef __XEN_PUBLIC_ARCH_ARM_H__
 #define __XEN_PUBLIC_ARCH_ARM_H__
 
+/*
+ * Workaround to get start_info defined on ARM even though we don't use it
+ * XXX: Drop any reference of the start_info in the common code
+ */
+#define XEN_HAVE_PV_GUEST_ENTRY 1
+
 /*
  * `incontents 50 arm_abi Hypercall Calling Convention
  *