aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/vmx_platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/include/asm-x86/vmx_platform.h')
-rw-r--r--xen/include/asm-x86/vmx_platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/asm-x86/vmx_platform.h b/xen/include/asm-x86/vmx_platform.h
index 07fdf408cf..2382ebbc7a 100644
--- a/xen/include/asm-x86/vmx_platform.h
+++ b/xen/include/asm-x86/vmx_platform.h
@@ -86,7 +86,7 @@ struct virutal_platform_def {
extern void handle_mmio(unsigned long, unsigned long);
extern void vmx_wait_io(void);
-extern int vmx_setup_platform(struct exec_domain *, struct cpu_user_regs *);
+extern int vmx_setup_platform(struct vcpu *, struct cpu_user_regs *);
// XXX - think about this -- maybe use bit 30 of the mfn to signify an MMIO frame.
#define mmio_space(gpa) (!VALID_MFN(phys_to_machine_mapping((gpa) >> PAGE_SHIFT)))