summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-04-25 13:25:54 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-04-25 13:25:54 +0000
commitb3aecff464e83ae3ab7245f323687aec78544533 (patch)
treec64f39765542e272a05ddf6d44ad57dfe38f1167
parent46daf2b0b3e34e7446b7afe5fcde4f9d5d277ddb (diff)
downloadrockbox-b3aecff464e83ae3ab7245f323687aec78544533.tar.gz
rockbox-b3aecff464e83ae3ab7245f323687aec78544533.zip
Removed ugly CR/LF stuff. Removed some comments
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@231 a1c6a512-1295-4272-9138-f99709370657
-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 */