c6x: remove unused KTHREAD_SIZE definition
authorJérémy Lefaure <[email protected]>
Mon, 4 Sep 2017 19:14:12 +0000 (15:14 -0400)
committerMark Salter <[email protected]>
Tue, 10 Apr 2018 13:58:38 +0000 (09:58 -0400)
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 <[email protected]>
Signed-off-by: Mark Salter <[email protected]>
arch/c6x/kernel/asm-offsets.c

index cff57764fcad1fbbfc3bdbbf024045a4ee87398b..0f8fde494875edd371e36ad0315c6435ab3b3915 100644 (file)
@@ -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);