aboutsummaryrefslogtreecommitdiffstats
path: root/arch/openrisc/include/asm/thread_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/openrisc/include/asm/thread_info.h')
-rw-r--r--arch/openrisc/include/asm/thread_info.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/openrisc/include/asm/thread_info.h b/arch/openrisc/include/asm/thread_info.h
index d797acc901e4..875f0845a707 100644
--- a/arch/openrisc/include/asm/thread_info.h
+++ b/arch/openrisc/include/asm/thread_info.h
@@ -57,7 +57,6 @@ struct thread_info {
57 0-0x7FFFFFFF for user-thead 57 0-0x7FFFFFFF for user-thead
58 0-0xFFFFFFFF for kernel-thread 58 0-0xFFFFFFFF for kernel-thread
59 */ 59 */
60 struct restart_block restart_block;
61 __u8 supervisor_stack[0]; 60 __u8 supervisor_stack[0];
62 61
63 /* saved context data */ 62 /* saved context data */
@@ -79,9 +78,6 @@ struct thread_info {
79 .cpu = 0, \ 78 .cpu = 0, \
80 .preempt_count = 1, \ 79 .preempt_count = 1, \
81 .addr_limit = KERNEL_DS, \ 80 .addr_limit = KERNEL_DS, \
82 .restart_block = { \
83 .fn = do_no_restart_syscall, \
84 }, \
85 .ksp = 0, \ 81 .ksp = 0, \
86} 82}
87 83