* [RESEND PATCH] c6x: remove unused KTHREAD_SIZE definition
@ 2017-09-04 19:14 Jérémy Lefaure
2017-09-06 15:41 ` Mark Salter
0 siblings, 1 reply; 2+ messages in thread
From: Jérémy Lefaure @ 2017-09-04 19:14 UTC (permalink / raw)
To: Mark Salter, Aurelien Jacquiot, Jérémy Lefaure
Cc: linux-c6x-dev, linux-kernel
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.
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);
--
2.14.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [RESEND PATCH] c6x: remove unused KTHREAD_SIZE definition
2017-09-04 19:14 [RESEND PATCH] c6x: remove unused KTHREAD_SIZE definition Jérémy Lefaure
@ 2017-09-06 15:41 ` Mark Salter
0 siblings, 0 replies; 2+ messages in thread
From: Mark Salter @ 2017-09-06 15:41 UTC (permalink / raw)
To: Jérémy Lefaure, Aurelien Jacquiot; +Cc: linux-c6x-dev, linux-kernel
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);
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-09-06 15:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-04 19:14 [RESEND PATCH] c6x: remove unused KTHREAD_SIZE definition Jérémy Lefaure
2017-09-06 15:41 ` Mark Salter
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.