projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a5fcf9
)
Increase minimum required stack to suite ARM7 needs.
author
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 7 Nov 2008 11:19:05 +0000
(11:19 +0000)
committer
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 7 Nov 2008 11:19:05 +0000
(11:19 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1908
38d2e660
-2303-0410-9eaa-
f027e97ec537
bertos/kern/proc.h
patch
|
blob
|
history
diff --git
a/bertos/kern/proc.h
b/bertos/kern/proc.h
index bc616a7c87bc737f383126608ab00881c5607821..d5b168895bd31082e8aec7fdb8d66d1d20df7a51 100644
(file)
--- a/
bertos/kern/proc.h
+++ b/
bertos/kern/proc.h
@@
-232,7
+232,7
@@
INLINE bool proc_allowed(void)
*/
#define CONFIG_KERN_MINSTACKSIZE \
(CPU_SAVED_REGS_CNT * 2 * sizeof(cpu_stack_t) \
- +
32
* sizeof(int))
+ +
48
* sizeof(int))
#endif
#endif