aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/idle0_task.c
diff options
context:
space:
mode:
Diffstat (limited to 'xen/arch/x86/idle0_task.c')
-rw-r--r--xen/arch/x86/idle0_task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/idle0_task.c b/xen/arch/x86/idle0_task.c
index 8ed04ea072..b876c619ef 100644
--- a/xen/arch/x86/idle0_task.c
+++ b/xen/arch/x86/idle0_task.c
@@ -9,7 +9,7 @@ struct domain idle0_domain = {
refcnt: ATOMIC_INIT(1)
};
-struct exec_domain idle0_exec_domain = {
+struct vcpu idle0_vcpu = {
processor: 0,
domain: &idle0_domain
};