all arches, signal: move restart_block to struct task_struct
[deliverable/linux.git] / arch / s390 / kernel / compat_signal.c
index 34d5fa7b01b50e6b31a805503305a85993b90cb8..bc1df12dd4f8160df92580d5e04a6a5f76e08608 100644 (file)
@@ -209,7 +209,7 @@ static int restore_sigregs32(struct pt_regs *regs,_sigregs32 __user *sregs)
        int i;
 
        /* Alwys make any pending restarted system call return -EINTR */
-       current_thread_info()->restart_block.fn = do_no_restart_syscall;
+       current->restart_block.fn = do_no_restart_syscall;
 
        if (__copy_from_user(&user_sregs, &sregs->regs, sizeof(user_sregs)))
                return -EFAULT;
This page took 0.02598 seconds and 5 git commands to generate.