diff options
Diffstat (limited to 'arch/openrisc/include/asm/thread_info.h')
-rw-r--r-- | arch/openrisc/include/asm/thread_info.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/openrisc/include/asm/thread_info.h b/arch/openrisc/include/asm/thread_info.h index 875f0845a707..6e619a79a401 100644 --- a/arch/openrisc/include/asm/thread_info.h +++ b/arch/openrisc/include/asm/thread_info.h | |||
@@ -48,7 +48,6 @@ typedef unsigned long mm_segment_t; | |||
48 | 48 | ||
49 | struct thread_info { | 49 | struct thread_info { |
50 | struct task_struct *task; /* main task structure */ | 50 | struct task_struct *task; /* main task structure */ |
51 | struct exec_domain *exec_domain; /* execution domain */ | ||
52 | unsigned long flags; /* low level flags */ | 51 | unsigned long flags; /* low level flags */ |
53 | __u32 cpu; /* current CPU */ | 52 | __u32 cpu; /* current CPU */ |
54 | __s32 preempt_count; /* 0 => preemptable, <0 => BUG */ | 53 | __s32 preempt_count; /* 0 => preemptable, <0 => BUG */ |
@@ -73,7 +72,6 @@ struct thread_info { | |||
73 | #define INIT_THREAD_INFO(tsk) \ | 72 | #define INIT_THREAD_INFO(tsk) \ |
74 | { \ | 73 | { \ |
75 | .task = &tsk, \ | 74 | .task = &tsk, \ |
76 | .exec_domain = &default_exec_domain, \ | ||
77 | .flags = 0, \ | 75 | .flags = 0, \ |
78 | .cpu = 0, \ | 76 | .cpu = 0, \ |
79 | .preempt_count = 1, \ | 77 | .preempt_count = 1, \ |