|
@@ -3,6 +3,7 @@
|
|
|
|
|
|
#include <linux/init.h>
|
|
|
#include <linux/irqreturn.h>
|
|
|
+#include <xen/xen-ops.h>
|
|
|
|
|
|
/* These are code, but not functions. Defined in entry.S */
|
|
|
extern const char xen_hypervisor_callback[];
|
|
@@ -10,7 +11,6 @@ extern const char xen_failsafe_callback[];
|
|
|
|
|
|
void xen_copy_trap_info(struct trap_info *traps);
|
|
|
|
|
|
-DECLARE_PER_CPU(struct vcpu_info *, xen_vcpu);
|
|
|
DECLARE_PER_CPU(unsigned long, xen_cr3);
|
|
|
DECLARE_PER_CPU(unsigned long, xen_current_cr3);
|
|
|
|