]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
m68knommu: Make THREAD_SIZE available to assembly files.
authorTim Abbott <tabbott@ksplice.com>
Sun, 18 Oct 2009 17:23:50 +0000 (13:23 -0400)
committerGreg Ungerer <gerg@goober.(none)>
Fri, 4 Dec 2009 01:45:31 +0000 (11:45 +1000)
Signed-off-by: Tim Abbott <tabbott@ksplice.com>
Cc: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/thread_info_no.h

index c2bde5e24b0b9063d3c984e55dc168a6d9329158..a6512bfdd01ddbe5dc304d7fc72e985bd3478259 100644 (file)
@@ -12,8 +12,6 @@
 
 #ifdef __KERNEL__
 
-#ifndef __ASSEMBLY__
-
 /*
  * Size of kernel stack for each process. This must be a power of 2...
  */
@@ -28,6 +26,8 @@
  */
 #define THREAD_SIZE (PAGE_SIZE<<THREAD_SIZE_ORDER)
 
+#ifndef __ASSEMBLY__
+
 /*
  * low level task data.
  */