Re: [PATCH] arm26: s/task_threas_info/task_thread_info/

From: Ian Molton
Date: Sun Jan 15 2006 - 18:06:39 EST


Alexey Dobriyan wrote:

Obviously correct.

Signed-off-by: Ian Molton <spyro@xxxxxxx>
Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
---

I'm in the quest to make it build. So far only clusterfsck with NR_IRQS,
asm/irq.h, asm/hardirq.h ... is the only thing I don't understand.

arch/arm26/kernel/ptrace.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- a/arch/arm26/kernel/ptrace.c
+++ b/arch/arm26/kernel/ptrace.c
@@ -527,7 +527,7 @@
static int ptrace_setfpregs(struct task_struct *tsk, void *ufp)
{
set_stopped_child_used_math(tsk);
- return copy_from_user(&task_threas_info(tsk)->fpstate, ufp,
+ return copy_from_user(&task_thread_info(tsk)->fpstate, ufp,
sizeof(struct user_fp)) ? -EFAULT : 0;
}




-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/