|
@@ -99,7 +99,7 @@ long compat_arch_ptrace(struct task_struct *child, compat_long_t request,
|
|
|
break;
|
|
|
}
|
|
|
fregs = get_fpu_regs(child);
|
|
|
- if (test_thread_flag(TIF_32BIT_FPREGS)) {
|
|
|
+ if (test_tsk_thread_flag(child, TIF_32BIT_FPREGS)) {
|
|
|
/*
|
|
|
* The odd registers are actually the high
|
|
|
* order bits of the values stored in the even
|
|
@@ -212,7 +212,7 @@ long compat_arch_ptrace(struct task_struct *child, compat_long_t request,
|
|
|
sizeof(child->thread.fpu));
|
|
|
child->thread.fpu.fcr31 = 0;
|
|
|
}
|
|
|
- if (test_thread_flag(TIF_32BIT_FPREGS)) {
|
|
|
+ if (test_tsk_thread_flag(child, TIF_32BIT_FPREGS)) {
|
|
|
/*
|
|
|
* The odd registers are actually the high
|
|
|
* order bits of the values stored in the even
|