all arches, signal: move restart_block to struct task_struct
[cascardo/linux.git] / arch / avr32 / include / asm / thread_info.h
index a978f3f..d56afa9 100644 (file)
@@ -30,7 +30,6 @@ struct thread_info {
                                                   saved by debug handler
                                                   when setting up
                                                   trampoline */
-       struct restart_block    restart_block;
        __u8                    supervisor_stack[0];
 };
 
@@ -41,9 +40,6 @@ struct thread_info {
        .flags          = 0,                                            \
        .cpu            = 0,                                            \
        .preempt_count  = INIT_PREEMPT_COUNT,                           \
-       .restart_block  = {                                             \
-               .fn     = do_no_restart_syscall                         \
-       }                                                               \
 }
 
 #define init_thread_info       (init_thread_union.thread_info)