aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/include')
-rw-r--r--arch/blackfin/include/asm/thread_info.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/blackfin/include/asm/thread_info.h b/arch/blackfin/include/asm/thread_info.h
index 55f473bdad36..57c3a8bd583d 100644
--- a/arch/blackfin/include/asm/thread_info.h
+++ b/arch/blackfin/include/asm/thread_info.h
@@ -42,7 +42,6 @@ struct thread_info {
42 int cpu; /* cpu we're on */ 42 int cpu; /* cpu we're on */
43 int preempt_count; /* 0 => preemptable, <0 => BUG */ 43 int preempt_count; /* 0 => preemptable, <0 => BUG */
44 mm_segment_t addr_limit; /* address limit */ 44 mm_segment_t addr_limit; /* address limit */
45 struct restart_block restart_block;
46#ifndef CONFIG_SMP 45#ifndef CONFIG_SMP
47 struct l1_scratch_task_info l1_task_info; 46 struct l1_scratch_task_info l1_task_info;
48#endif 47#endif
@@ -58,9 +57,6 @@ struct thread_info {
58 .flags = 0, \ 57 .flags = 0, \
59 .cpu = 0, \ 58 .cpu = 0, \
60 .preempt_count = INIT_PREEMPT_COUNT, \ 59 .preempt_count = INIT_PREEMPT_COUNT, \
61 .restart_block = { \
62 .fn = do_no_restart_syscall, \
63 }, \
64} 60}
65#define init_thread_info (init_thread_union.thread_info) 61#define init_thread_info (init_thread_union.thread_info)
66#define init_stack (init_thread_union.stack) 62#define init_stack (init_thread_union.stack)