Skip to content
Snippets Groups Projects
Commit f5ad907e authored by Jérémy Lefaure's avatar Jérémy Lefaure Committed by Mark Salter
Browse files

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: default avatarJérémy Lefaure <jeremy.lefaure@lse.epita.fr>
Signed-off-by: default avatarMark Salter <msalter@redhat.com>
parent 0adb3285
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment