]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/um/include/asm/thread_info.h
all arches, signal: move restart_block to struct task_struct
[linux.git] / arch / um / include / asm / thread_info.h
index 1c5b2a83046aab011e03c1e735b020a374608838..e04114c4fcd9e5a4bc61def6cfbd9480c69046bd 100644 (file)
@@ -22,7 +22,6 @@ struct thread_info {
        mm_segment_t            addr_limit;     /* thread address space:
                                                   0-0xBFFFFFFF for user
                                                   0-0xFFFFFFFF for kernel */
-       struct restart_block    restart_block;
        struct thread_info      *real_thread;    /* Points to non-IRQ stack */
 };
 
@@ -34,9 +33,6 @@ struct thread_info {
        .cpu =          0,                      \
        .preempt_count = INIT_PREEMPT_COUNT,    \
        .addr_limit =   KERNEL_DS,              \
-       .restart_block =  {                     \
-               .fn =  do_no_restart_syscall,   \
-       },                                      \
        .real_thread = NULL,                    \
 }