]> 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, 2 Nov 2015 11:46:55 +0000 (11:46 +0000)
sys/xen/interface/arch-arm.h

index 755881a140a38905b8efcfaa25d8d14968f0b04b..227ad9d82a6b9b9aeb76d95940186f91063904a9 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
  *