x86/asm: Move the thread_info::status field to thread_struct
[cascardo/linux.git] / arch / x86 / kernel / ptrace.c
index 5b88a1b..ce94c38 100644 (file)
@@ -934,7 +934,7 @@ static int putreg32(struct task_struct *child, unsigned regno, u32 value)
                 */
                regs->orig_ax = value;
                if (syscall_get_nr(child, regs) >= 0)
-                       task_thread_info(child)->status |= TS_I386_REGS_POKED;
+                       child->thread.status |= TS_I386_REGS_POKED;
                break;
 
        case offsetof(struct user32, regs.eflags):