all arches, signal: move restart_block to struct task_struct
[deliverable/linux.git] / arch / arm64 / kernel / signal.c
index 6fa792137eda6ad5014dc195b7fc2f98ed01b3bd..660ccf9f7524cb665e3318b32fa23bfe06577e05 100644 (file)
@@ -131,7 +131,7 @@ asmlinkage long sys_rt_sigreturn(struct pt_regs *regs)
        struct rt_sigframe __user *frame;
 
        /* Always make any pending restarted system calls return -EINTR */
-       current_thread_info()->restart_block.fn = do_no_restart_syscall;
+       current->restart_block.fn = do_no_restart_syscall;
 
        /*
         * Since we stacked the signal on a 128-bit boundary, then 'sp' should
This page took 0.025654 seconds and 5 git commands to generate.