]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - arch/x86/ia32/ia32_signal.c
all arches, signal: move restart_block to struct task_struct
[mirror_ubuntu-bionic-kernel.git] / arch / x86 / ia32 / ia32_signal.c
index f9e181aaba979190be8d3d18ebf437c2e3a22e69..d0165c9a293241559c48742d6c0fb8df3e4fcf82 100644 (file)
@@ -169,7 +169,7 @@ static int ia32_restore_sigcontext(struct pt_regs *regs,
        u32 tmp;
 
        /* 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;
 
        get_user_try {
                /*