aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-ia64/vcpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/include/asm-ia64/vcpu.h')
-rw-r--r--xen/include/asm-ia64/vcpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/include/asm-ia64/vcpu.h b/xen/include/asm-ia64/vcpu.h
index bb24bad2b2..d3ef4c229b 100644
--- a/xen/include/asm-ia64/vcpu.h
+++ b/xen/include/asm-ia64/vcpu.h
@@ -10,8 +10,8 @@
typedef unsigned long UINT64;
typedef unsigned int UINT;
typedef int BOOLEAN;
-struct exec_domain;
-typedef struct exec_domain VCPU;
+struct vcpu;
+typedef struct vcpu VCPU;
// NOTE: The actual VCPU structure (struct virtualcpu) is defined in
// thread.h. Moving it to here caused a lot of files to change, so