From: Ian Campbell Date: Wed, 27 Jun 2012 11:08:49 +0000 (+0100) Subject: Xen: add definition of xen_hypercall_page X-Git-Tag: rel-1.7.1~19 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=9166c4ae6d21d49bd97e0fb42eea2ffd6dd6f06d;p=seabios.git Xen: add definition of xen_hypercall_page commit b7d9abfaeb7d (correctly) added the missing "extern" to the declaration in xen.h, however it turns out we never actually declared the variable! Signed-off-by: Ian Campbell --- diff --git a/src/xen.c b/src/xen.c index 961e316..b18cca2 100644 --- a/src/xen.c +++ b/src/xen.c @@ -14,6 +14,7 @@ #define INFO_PHYSICAL_ADDRESS 0x00001000 u32 xen_cpuid_base = 0; +unsigned long xen_hypercall_page = 0; struct xen_seabios_info { char signature[14]; /* XenHVMSeaBIOS\0 */