Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel/git...
[cascardo/linux.git] / arch / unicore32 / kernel / signal.c
index 7c8fb70..d329f85 100644 (file)
@@ -105,7 +105,7 @@ asmlinkage int __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 64-bit boundary,