diff options
Diffstat (limited to 'arch/frv/include')
-rw-r--r-- | arch/frv/include/asm/thread_info.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/frv/include/asm/thread_info.h b/arch/frv/include/asm/thread_info.h index af29e17c0181..6b917f1c2955 100644 --- a/arch/frv/include/asm/thread_info.h +++ b/arch/frv/include/asm/thread_info.h | |||
@@ -41,7 +41,6 @@ struct thread_info { | |||
41 | * 0-0xBFFFFFFF for user-thead | 41 | * 0-0xBFFFFFFF for user-thead |
42 | * 0-0xFFFFFFFF for kernel-thread | 42 | * 0-0xFFFFFFFF for kernel-thread |
43 | */ | 43 | */ |
44 | struct restart_block restart_block; | ||
45 | 44 | ||
46 | __u8 supervisor_stack[0]; | 45 | __u8 supervisor_stack[0]; |
47 | }; | 46 | }; |
@@ -65,9 +64,6 @@ struct thread_info { | |||
65 | .cpu = 0, \ | 64 | .cpu = 0, \ |
66 | .preempt_count = INIT_PREEMPT_COUNT, \ | 65 | .preempt_count = INIT_PREEMPT_COUNT, \ |
67 | .addr_limit = KERNEL_DS, \ | 66 | .addr_limit = KERNEL_DS, \ |
68 | .restart_block = { \ | ||
69 | .fn = do_no_restart_syscall, \ | ||
70 | }, \ | ||
71 | } | 67 | } |
72 | 68 | ||
73 | #define init_thread_info (init_thread_union.thread_info) | 69 | #define init_thread_info (init_thread_union.thread_info) |