all arches, signal: move restart_block to struct task_struct
[deliverable/linux.git] / arch / alpha / kernel / signal.c
index 6cec2881acbf2fe7f21195fb7eb036b4b5d75c80..8dbfb15f17450501a80f6b3439e16aeab3546158 100644 (file)
@@ -150,7 +150,7 @@ restore_sigcontext(struct sigcontext __user *sc, struct pt_regs *regs)
        struct switch_stack *sw = (struct switch_stack *)regs - 1;
        long i, err = __get_user(regs->pc, &sc->sc_pc);
 
-       current_thread_info()->restart_block.fn = do_no_restart_syscall;
+       current->restart_block.fn = do_no_restart_syscall;
 
        sw->r26 = (unsigned long) ret_from_sys_call;
 
This page took 0.025819 seconds and 5 git commands to generate.