aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/include/asm/thread_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/tile/include/asm/thread_info.h')
-rw-r--r--arch/tile/include/asm/thread_info.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/tile/include/asm/thread_info.h b/arch/tile/include/asm/thread_info.h
index 48e4fd0f38e4..96c14c1430d8 100644
--- a/arch/tile/include/asm/thread_info.h
+++ b/arch/tile/include/asm/thread_info.h
@@ -36,7 +36,6 @@ struct thread_info {
36 36
37 mm_segment_t addr_limit; /* thread address space 37 mm_segment_t addr_limit; /* thread address space
38 (KERNEL_DS or USER_DS) */ 38 (KERNEL_DS or USER_DS) */
39 struct restart_block restart_block;
40 struct single_step_state *step_state; /* single step state 39 struct single_step_state *step_state; /* single step state
41 (if non-zero) */ 40 (if non-zero) */
42 int align_ctl; /* controls unaligned access */ 41 int align_ctl; /* controls unaligned access */
@@ -57,9 +56,6 @@ struct thread_info {
57 .cpu = 0, \ 56 .cpu = 0, \
58 .preempt_count = INIT_PREEMPT_COUNT, \ 57 .preempt_count = INIT_PREEMPT_COUNT, \
59 .addr_limit = KERNEL_DS, \ 58 .addr_limit = KERNEL_DS, \
60 .restart_block = { \
61 .fn = do_no_restart_syscall, \
62 }, \
63 .step_state = NULL, \ 59 .step_state = NULL, \
64 .align_ctl = 0, \ 60 .align_ctl = 0, \
65} 61}