Skip to content

Commit

Permalink
c6x: remove unused KTHREAD_SIZE definition
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Jérémy Lefaure authored and mosalter committed Apr 10, 2018
1 parent 0adb328 commit f5ad907
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/c6x/kernel/asm-offsets.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f5ad907

Please sign in to comment.