linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm26: s/task_threas_info/task_thread_info/
@ 2006-01-14 21:07 Alexey Dobriyan
  2006-01-15 23:09 ` Ian Molton
  0 siblings, 1 reply; 2+ messages in thread
From: Alexey Dobriyan @ 2006-01-14 21:07 UTC (permalink / raw)
  To: Al Viro; +Cc: linux-kernel, Ian Molton, Andrew Morton

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

 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;
 }
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm26: s/task_threas_info/task_thread_info/
  2006-01-14 21:07 [PATCH] arm26: s/task_threas_info/task_thread_info/ Alexey Dobriyan
@ 2006-01-15 23:09 ` Ian Molton
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Molton @ 2006-01-15 23:09 UTC (permalink / raw)
  To: Alexey Dobriyan; +Cc: Al Viro, linux-kernel, Andrew Morton

Alexey Dobriyan wrote:

Obviously correct.

Signed-off-by: Ian Molton <spyro@f2s.com>
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

  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;
  }





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-01-15 23:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-14 21:07 [PATCH] arm26: s/task_threas_info/task_thread_info/ Alexey Dobriyan
2006-01-15 23:09 ` Ian Molton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).