]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/hexagon/include/asm/thread_info.h
all arches, signal: move restart_block to struct task_struct
[linux.git] / arch / hexagon / include / asm / thread_info.h
index a59dad3b3695112e6f15633de0f3b9304af17532..bacd3d6030c5764a5bf8762f54666b2f5d7cbfa8 100644 (file)
@@ -56,7 +56,6 @@ struct thread_info {
         * used for syscalls somehow;
         * seems to have a function pointer and four arguments
         */
-       struct restart_block    restart_block;
        /* Points to the current pt_regs frame  */
        struct pt_regs          *regs;
        /*
@@ -83,9 +82,6 @@ struct thread_info {
        .cpu            = 0,                    \
        .preempt_count  = 1,                    \
        .addr_limit     = KERNEL_DS,            \
-       .restart_block = {                      \
-               .fn = do_no_restart_syscall,    \
-       },                                      \
        .sp = 0,                                \
        .regs = NULL,                   \
 }