projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4bed4f
)
m68knommu: Make THREAD_SIZE available to assembly files.
author
Tim Abbott
<tabbott@ksplice.com>
Sun, 18 Oct 2009 17:23:50 +0000
(13:23 -0400)
committer
Greg 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/m68k/include/asm/thread_info_no.h
b/arch/m68k/include/asm/thread_info_no.h
index c2bde5e24b0b9063d3c984e55dc168a6d9329158..a6512bfdd01ddbe5dc304d7fc72e985bd3478259 100644
(file)
--- a/
arch/m68k/include/asm/thread_info_no.h
+++ b/
arch/m68k/include/asm/thread_info_no.h
@@
-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.
*/