From: Andreas Schwab <schwab@linux-m68k.org>
To: Maxim Kuvyrkov <maxim@codesourcery.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>,
Linux/m68k <linux-m68k@vger.kernel.org>
Subject: Re: [PATCH] NPTL support for uClinux
Date: Sun, 06 Dec 2009 20:13:14 +0100 [thread overview]
Message-ID: <m28wdf6hmd.fsf@igel.home> (raw)
In-Reply-To: <4B1C0046.6050207@codesourcery.com> (Maxim Kuvyrkov's message of "Sun, 06 Dec 2009 22:04:38 +0300")
Maxim Kuvyrkov <maxim@codesourcery.com> writes:
> diff --git a/arch/m68knommu/kernel/ptrace.c b/arch/m68knommu/kernel/ptrace.c
> index 4d38289..c77c115 100644
> --- a/arch/m68knommu/kernel/ptrace.c
> +++ b/arch/m68knommu/kernel/ptrace.c
> @@ -319,6 +319,11 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data)
> }
> #endif
>
> + case PTRACE_GET_THREAD_AREA:
> + ret = put_user(task_thread_info(child)->tp_value,
> + (unsigned long __user *) data);
> + break;
> +
> default:
> ret = -EIO;
> break;
Indentation is off here.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
prev parent reply other threads:[~2009-12-06 19:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-06 19:04 [PATCH] NPTL support for uClinux Maxim Kuvyrkov
2009-12-06 19:13 ` Andreas Schwab [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m28wdf6hmd.fsf@igel.home \
--to=schwab@linux-m68k.org \
--cc=geert@linux-m68k.org \
--cc=linux-m68k@vger.kernel.org \
--cc=maxim@codesourcery.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox