Sfoglia il codice sorgente

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 <jeremy.lefaure@lse.epita.fr>
Signed-off-by: Mark Salter <msalter@redhat.com>
Jérémy Lefaure 8 anni fa
parent
commit
f5ad907e31
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      arch/c6x/kernel/asm-offsets.c

+ 0 - 1
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);