summaryrefslogtreecommitdiff
path: root/firmware/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/thread.c')
-rw-r--r--firmware/thread.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/thread.c b/firmware/thread.c
index 7f0dde6c40..e358079aba 100644
--- a/firmware/thread.c
+++ b/firmware/thread.c
@@ -104,8 +104,7 @@ switch_thread(void)
104} 104}
105 105
106/*--------------------------------------------------------------------------- 106/*---------------------------------------------------------------------------
107 * Create thread. Stack is aligned at 32 byte boundary to fit cache line. 107 * Create thread.
108 * > 220 bytes allocated on top for exception handlers as per EABI spec.
109 * Return 0 if context area could be allocated, else -1. 108 * Return 0 if context area could be allocated, else -1.
110 *--------------------------------------------------------------------------- 109 *---------------------------------------------------------------------------
111 */ 110 */