mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
m68knommu: Make THREAD_SIZE available to assembly files.
Signed-off-by: Tim Abbott <tabbott@ksplice.com> Cc: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
This commit is contained in:
parent
f4bed4fb17
commit
d6cd1f0c38
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue