diff options
Diffstat (limited to 'arch/ia64/include/asm/thread_info.h')
-rw-r--r-- | arch/ia64/include/asm/thread_info.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/ia64/include/asm/thread_info.h b/arch/ia64/include/asm/thread_info.h index c16f21a068ff..aa995b67c3f5 100644 --- a/arch/ia64/include/asm/thread_info.h +++ b/arch/ia64/include/asm/thread_info.h | |||
@@ -20,7 +20,6 @@ | |||
20 | */ | 20 | */ |
21 | struct thread_info { | 21 | struct thread_info { |
22 | struct task_struct *task; /* XXX not really needed, except for dup_task_struct() */ | 22 | struct task_struct *task; /* XXX not really needed, except for dup_task_struct() */ |
23 | struct exec_domain *exec_domain;/* execution domain */ | ||
24 | __u32 flags; /* thread_info flags (see TIF_*) */ | 23 | __u32 flags; /* thread_info flags (see TIF_*) */ |
25 | __u32 cpu; /* current CPU */ | 24 | __u32 cpu; /* current CPU */ |
26 | __u32 last_cpu; /* Last CPU thread ran on */ | 25 | __u32 last_cpu; /* Last CPU thread ran on */ |
@@ -40,7 +39,6 @@ struct thread_info { | |||
40 | #define INIT_THREAD_INFO(tsk) \ | 39 | #define INIT_THREAD_INFO(tsk) \ |
41 | { \ | 40 | { \ |
42 | .task = &tsk, \ | 41 | .task = &tsk, \ |
43 | .exec_domain = &default_exec_domain, \ | ||
44 | .flags = 0, \ | 42 | .flags = 0, \ |
45 | .cpu = 0, \ | 43 | .cpu = 0, \ |
46 | .addr_limit = KERNEL_DS, \ | 44 | .addr_limit = KERNEL_DS, \ |