aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/i386/idle0_task.c
diff options
context:
space:
mode:
Diffstat (limited to 'xen/arch/i386/idle0_task.c')
-rw-r--r--xen/arch/i386/idle0_task.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/xen/arch/i386/idle0_task.c b/xen/arch/i386/idle0_task.c
index 0d2b9e40bf..a4c3f0d5c9 100644
--- a/xen/arch/i386/idle0_task.c
+++ b/xen/arch/i386/idle0_task.c
@@ -2,12 +2,7 @@
#include <xeno/sched.h>
#include <asm/desc.h>
-/*
- * Initial task structure. XXX KAF: To get this 8192-byte aligned without
- * linker tricks I copy it into aligned BSS area at boot time.
- * Actual name idle0_task_union now declared in boot.S.
- */
-struct task_struct first_task_struct = IDLE0_TASK(idle0_task_union.task);
+struct task_struct idle0_task = IDLE0_TASK(idle0_task);
/*
* per-CPU TSS segments. Threads are completely 'soft' on Linux,