summaryrefslogtreecommitdiff
path: root/firmware/thread.c
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 /firmware/thread.c
parent46daf2b0b3e34e7446b7afe5fcde4f9d5d277ddb (diff)
downloadrockbox-b3aecff464e83ae3ab7245f323687aec78544533.zip
rockbox-b3aecff464e83ae3ab7245f323687aec78544533.tar.gz
rockbox-b3aecff464e83ae3ab7245f323687aec78544533.tar.bz2
rockbox-b3aecff464e83ae3ab7245f323687aec78544533.tar.xz
Removed ugly CR/LF stuff. Removed some comments
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@231 a1c6a512-1295-4272-9138-f99709370657
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 7f0dde6..e358079 100644
--- a/firmware/thread.c
+++ b/firmware/thread.c
@@ -104,8 +104,7 @@ switch_thread(void)
}
/*---------------------------------------------------------------------------
- * Create thread. Stack is aligned at 32 byte boundary to fit cache line.
- * > 220 bytes allocated on top for exception handlers as per EABI spec.
+ * Create thread.
* Return 0 if context area could be allocated, else -1.
*---------------------------------------------------------------------------
*/