From: Jérémy Lefaure Date: Mon, 4 Sep 2017 19:14:12 +0000 (-0400) Subject: c6x: remove unused KTHREAD_SIZE definition X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f5ad907e31345807c5c2bd0fbb12a120e82e3042;p=linux.git c6x: remove unused KTHREAD_SIZE definition 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 Signed-off-by: Mark Salter --- diff --git a/arch/c6x/kernel/asm-offsets.c b/arch/c6x/kernel/asm-offsets.c index cff57764fcad1..0f8fde494875e 100644 --- a/arch/c6x/kernel/asm-offsets.c +++ b/arch/c6x/kernel/asm-offsets.c @@ -107,7 +107,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);