diff options
Diffstat (limited to 'arch/arc/include/asm/thread_info.h')
-rw-r--r-- | arch/arc/include/asm/thread_info.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arc/include/asm/thread_info.h b/arch/arc/include/asm/thread_info.h index 02bc5ec0fb2e..1163a1838ac1 100644 --- a/arch/arc/include/asm/thread_info.h +++ b/arch/arc/include/asm/thread_info.h | |||
@@ -46,7 +46,6 @@ struct thread_info { | |||
46 | struct exec_domain *exec_domain;/* execution domain */ | 46 | struct exec_domain *exec_domain;/* execution domain */ |
47 | __u32 cpu; /* current CPU */ | 47 | __u32 cpu; /* current CPU */ |
48 | unsigned long thr_ptr; /* TLS ptr */ | 48 | unsigned long thr_ptr; /* TLS ptr */ |
49 | struct restart_block restart_block; | ||
50 | }; | 49 | }; |
51 | 50 | ||
52 | /* | 51 | /* |
@@ -62,9 +61,6 @@ struct thread_info { | |||
62 | .cpu = 0, \ | 61 | .cpu = 0, \ |
63 | .preempt_count = INIT_PREEMPT_COUNT, \ | 62 | .preempt_count = INIT_PREEMPT_COUNT, \ |
64 | .addr_limit = KERNEL_DS, \ | 63 | .addr_limit = KERNEL_DS, \ |
65 | .restart_block = { \ | ||
66 | .fn = do_no_restart_syscall, \ | ||
67 | }, \ | ||
68 | } | 64 | } |
69 | 65 | ||
70 | #define init_thread_info (init_thread_union.thread_info) | 66 | #define init_thread_info (init_thread_union.thread_info) |