]> xenbits.xensource.com Git - seabios.git/commitdiff
Xen: add definition of xen_hypercall_page
authorIan Campbell <ian.campbell@citrix.com>
Wed, 27 Jun 2012 11:08:49 +0000 (12:08 +0100)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 28 Jun 2012 01:07:24 +0000 (21:07 -0400)
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 <ian.campbell@citrix.com>
src/xen.c

index 961e31685cf32dd13954ae813efe899bf1ff2ba4..b18cca20488c9df90c69373caca15fc7c4df0e5d 100644 (file)
--- 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 */