Threading: Split processor support code into respective target files. C files from...
commit86b10dabd91163403a6c3023cd6b34a8f02a7537
authorjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Wed, 2 Jun 2010 12:45:36 +0000 (2 12:45 +0000)
committerjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Wed, 2 Jun 2010 12:45:36 +0000 (2 12:45 +0000)
treef0c578888b88e29260793f083361b6d2fd4c2d93
parentf58fb7b138132f19639ae6dc7a7d124c86b59948
Threading: Split processor support code into respective target files. C files from /target/xxx are included into thread.c because of essential inlining and files are code, not declarations. Copyrights in each new file go to whoever implemented the first functional support.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26479 a1c6a512-1295-4272-9138-f99709370657
firmware/target/arm/thread-arm.c [new file with mode: 0644]
firmware/target/arm/thread-pp.c [new file with mode: 0644]
firmware/target/coldfire/thread-coldfire.c [new file with mode: 0644]
firmware/target/mips/thread-mips32.c [new file with mode: 0644]
firmware/target/sh/thread-sh.c [new file with mode: 0644]
firmware/thread.c