all arches, signal: move restart_block to struct task_struct
[deliverable/linux.git] / arch / arc / kernel / signal.c
index cb3142a2d40b2bd3c85a6c86741debab6a1cf334..114234e83caa25968e08302b5e61f14e152e2d16 100644 (file)
@@ -104,7 +104,7 @@ SYSCALL_DEFINE0(rt_sigreturn)
        struct pt_regs *regs = current_pt_regs();
 
        /* 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 word boundary,
         * then 'sp' should be word aligned here.  If it's
This page took 0.110252 seconds and 5 git commands to generate.