Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6cd1f0c authored by Tim Abbott's avatar Tim Abbott Committed by Greg Ungerer
Browse files

m68knommu: Make THREAD_SIZE available to assembly files.



Signed-off-by: default avatarTim Abbott <tabbott@ksplice.com>
Cc: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
parent f4bed4fb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.
 */