aboutsummaryrefslogtreecommitdiffstats
path: root/arch/c6x/include/asm/thread_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/c6x/include/asm/thread_info.h')
-rw-r--r--arch/c6x/include/asm/thread_info.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/c6x/include/asm/thread_info.h b/arch/c6x/include/asm/thread_info.h
index d4e9ef87076d..584e253f3217 100644
--- a/arch/c6x/include/asm/thread_info.h
+++ b/arch/c6x/include/asm/thread_info.h
@@ -45,7 +45,6 @@ struct thread_info {
45 int cpu; /* cpu we're on */ 45 int cpu; /* cpu we're on */
46 int preempt_count; /* 0 = preemptable, <0 = BUG */ 46 int preempt_count; /* 0 = preemptable, <0 = BUG */
47 mm_segment_t addr_limit; /* thread address space */ 47 mm_segment_t addr_limit; /* thread address space */
48 struct restart_block restart_block;
49}; 48};
50 49
51/* 50/*
@@ -61,9 +60,6 @@ struct thread_info {
61 .cpu = 0, \ 60 .cpu = 0, \
62 .preempt_count = INIT_PREEMPT_COUNT, \ 61 .preempt_count = INIT_PREEMPT_COUNT, \
63 .addr_limit = KERNEL_DS, \ 62 .addr_limit = KERNEL_DS, \
64 .restart_block = { \
65 .fn = do_no_restart_syscall, \
66 }, \
67} 63}
68 64
69#define init_thread_info (init_thread_union.thread_info) 65#define init_thread_info (init_thread_union.thread_info)