diff options
Diffstat (limited to 'arch/powerpc/include/asm/thread_info.h')
-rw-r--r-- | arch/powerpc/include/asm/thread_info.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/thread_info.h b/arch/powerpc/include/asm/thread_info.h index 72489799cf02..7efee4a3240b 100644 --- a/arch/powerpc/include/asm/thread_info.h +++ b/arch/powerpc/include/asm/thread_info.h | |||
@@ -39,7 +39,6 @@ | |||
39 | */ | 39 | */ |
40 | struct thread_info { | 40 | struct thread_info { |
41 | struct task_struct *task; /* main task structure */ | 41 | struct task_struct *task; /* main task structure */ |
42 | struct exec_domain *exec_domain; /* execution domain */ | ||
43 | int cpu; /* cpu we're on */ | 42 | int cpu; /* cpu we're on */ |
44 | int preempt_count; /* 0 => preemptable, | 43 | int preempt_count; /* 0 => preemptable, |
45 | <0 => BUG */ | 44 | <0 => BUG */ |
@@ -55,7 +54,6 @@ struct thread_info { | |||
55 | #define INIT_THREAD_INFO(tsk) \ | 54 | #define INIT_THREAD_INFO(tsk) \ |
56 | { \ | 55 | { \ |
57 | .task = &tsk, \ | 56 | .task = &tsk, \ |
58 | .exec_domain = &default_exec_domain, \ | ||
59 | .cpu = 0, \ | 57 | .cpu = 0, \ |
60 | .preempt_count = INIT_PREEMPT_COUNT, \ | 58 | .preempt_count = INIT_PREEMPT_COUNT, \ |
61 | .flags = 0, \ | 59 | .flags = 0, \ |