diff options
Diffstat (limited to 'arch/mn10300/include/asm/thread_info.h')
-rw-r--r-- | arch/mn10300/include/asm/thread_info.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mn10300/include/asm/thread_info.h b/arch/mn10300/include/asm/thread_info.h index bf280eaccd36..c1c374f0ec12 100644 --- a/arch/mn10300/include/asm/thread_info.h +++ b/arch/mn10300/include/asm/thread_info.h | |||
@@ -50,7 +50,6 @@ struct thread_info { | |||
50 | 0-0xBFFFFFFF for user-thead | 50 | 0-0xBFFFFFFF for user-thead |
51 | 0-0xFFFFFFFF for kernel-thread | 51 | 0-0xFFFFFFFF for kernel-thread |
52 | */ | 52 | */ |
53 | struct restart_block restart_block; | ||
54 | 53 | ||
55 | __u8 supervisor_stack[0]; | 54 | __u8 supervisor_stack[0]; |
56 | }; | 55 | }; |
@@ -80,9 +79,6 @@ struct thread_info { | |||
80 | .cpu = 0, \ | 79 | .cpu = 0, \ |
81 | .preempt_count = INIT_PREEMPT_COUNT, \ | 80 | .preempt_count = INIT_PREEMPT_COUNT, \ |
82 | .addr_limit = KERNEL_DS, \ | 81 | .addr_limit = KERNEL_DS, \ |
83 | .restart_block = { \ | ||
84 | .fn = do_no_restart_syscall, \ | ||
85 | }, \ | ||
86 | } | 82 | } |
87 | 83 | ||
88 | #define init_thread_info (init_thread_union.thread_info) | 84 | #define init_thread_info (init_thread_union.thread_info) |