mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Mark Salter <msalter@redhat.com>
To: "Jérémy Lefaure" <jeremy.lefaure@lse.epita.fr>,
	"Aurelien Jacquiot" <jacquiot.aurelien@gmail.com>
Cc: linux-c6x-dev@linux-c6x.org, linux-kernel@vger.kernel.org
Subject: Re: [RESEND PATCH] c6x: remove unused KTHREAD_SIZE definition
Date: Wed, 06 Sep 2017 11:41:18 -0400	[thread overview]
Message-ID: <1504712478.3020.20.camel@redhat.com> (raw)
In-Reply-To: <20170904191416.20828-1-jeremy.lefaure@lse.epita.fr>

On Mon, 2017-09-04 at 15:14 -0400, Jérémy Lefaure wrote:
> KTHREAD_SIZE has never been used since it has been defined for c6x arch.
> Let's remove this useless definition.
> 
> Signed-off-by: Jérémy Lefaure <jeremy.lefaure@lse.epita.fr>
> Acked-by: Mark Salter <msalter@redhat.com>
> ---
> Hi,
> I sent this patch in June. It was acked by Mark Salter but I don't see
> it in the last kernel release so I resend it today.

Thanks. I pulled it into c6x tree.

> 
>  arch/c6x/kernel/asm-offsets.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/c6x/kernel/asm-offsets.c b/arch/c6x/kernel/asm-offsets.c
> index 60f1e437745d..f8ededbfb63f 100644
> --- a/arch/c6x/kernel/asm-offsets.c
> +++ b/arch/c6x/kernel/asm-offsets.c
> @@ -106,7 +106,6 @@ void foo(void)
>  	/* These would be unneccessary if we ran asm files
>  	 * through the preprocessor.
>  	 */
> -	DEFINE(KTHREAD_SIZE, THREAD_SIZE);
>  	DEFINE(KTHREAD_SHIFT, THREAD_SHIFT);
>  	DEFINE(KTHREAD_START_SP, THREAD_START_SP);
>  	DEFINE(ENOSYS_, ENOSYS);

      reply	other threads:[~2017-09-06 15:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-04 19:14 Jérémy Lefaure
2017-09-06 15:41 ` Mark Salter [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=1504712478.3020.20.camel@redhat.com \
    --to=msalter@redhat.com \
    --cc=jacquiot.aurelien@gmail.com \
    --cc=jeremy.lefaure@lse.epita.fr \
    --cc=linux-c6x-dev@linux-c6x.org \
    --cc=linux-kernel@vger.kernel.org \
    /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

Powered by JetHome