提交 d6cd1f0c 编写于 作者: T Tim Abbott 提交者: Greg Ungerer

m68knommu: Make THREAD_SIZE available to assembly files.

Signed-off-by: NTim Abbott <tabbott@ksplice.com>
Cc: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: NGreg Ungerer <gerg@uclinux.org>
上级 f4bed4fb
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
#ifdef __KERNEL__ #ifdef __KERNEL__
#ifndef __ASSEMBLY__
/* /*
* Size of kernel stack for each process. This must be a power of 2... * Size of kernel stack for each process. This must be a power of 2...
*/ */
...@@ -28,6 +26,8 @@ ...@@ -28,6 +26,8 @@
*/ */
#define THREAD_SIZE (PAGE_SIZE<<THREAD_SIZE_ORDER) #define THREAD_SIZE (PAGE_SIZE<<THREAD_SIZE_ORDER)
#ifndef __ASSEMBLY__
/* /*
* low level task data. * low level task data.
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部