first attempt at making threads work on mips
authorRich Felker <dalias@aerifal.cx>
Wed, 11 Jul 2012 15:35:27 +0000 (11:35 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 11 Jul 2012 15:35:27 +0000 (11:35 -0400)
commit5c94367a9b0f1c1dd0deadb0f320242b59f844bb
treeca74a84a1939322c1f043075d7cfc69af2635d36
parentd0bfbd9dca27e3053534bbf70b36e229d0c0cf21
first attempt at making threads work on mips
src/thread/mips/__unmapself.s [new file with mode: 0644]
src/thread/mips/clone.s [new file with mode: 0644]
src/thread/mips/syscall_cp.s [new file with mode: 0644]