Save a little space and only initialize the minimum for initial threads at startup...
commite5874dcb60b6a6403be4f2d6c022f9bf7f48acb0
authorjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Fri, 19 Oct 2007 11:51:45 +0000 (19 11:51 +0000)
committerjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Fri, 19 Oct 2007 11:51:45 +0000 (19 11:51 +0000)
tree9a6f609f57de1f0d7daac30b7ffea5fd05938cea
parent73b2e4e975d0d1879fb2004465bde02d13485a69
Save a little space and only initialize the minimum for initial threads at startup. The BSS sections should already be zereod and if they're mistakenly not, be sure to crash ASAP. ;)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15204 a1c6a512-1295-4272-9138-f99709370657
firmware/thread.c