Removed ugly CR/LF stuff. Removed some comments

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@231 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-04-25 13:25:54 +00:00
parent 46daf2b0b3
commit b3aecff464

View file

@ -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.
*---------------------------------------------------------------------------
*/