all arches, signal: move restart_block to struct task_struct
[cascardo/linux.git] / arch / openrisc / include / asm / thread_info.h
index d797acc..875f084 100644 (file)
@@ -57,7 +57,6 @@ struct thread_info {
                                               0-0x7FFFFFFF for user-thead
                                               0-0xFFFFFFFF for kernel-thread
                                             */
-       struct restart_block    restart_block;
        __u8                    supervisor_stack[0];
 
        /* saved context data */
@@ -79,9 +78,6 @@ struct thread_info {
        .cpu            = 0,                            \
        .preempt_count  = 1,                            \
        .addr_limit     = KERNEL_DS,                    \
-       .restart_block  = {                             \
-                         .fn = do_no_restart_syscall,  \
-       },                                              \
        .ksp            = 0,                            \
 }