From: Jérémy Lefaure Date: Mon, 4 Sep 2017 19:14:12 +0000 (-0400) Subject: c6x: remove unused KTHREAD_SIZE definition X-Git-Tag: Ubuntu-5.10.0-12.13~8067^2~2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=f5ad907e31345807c5c2bd0fbb12a120e82e3042;p=mirror_ubuntu-hirsute-kernel.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 cff57764fcad..0f8fde494875 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);