Kernel - Split Mutexes/Semaphores out
authorJohn Hodge <[email protected]>
Fri, 11 Nov 2011 09:00:03 +0000 (17:00 +0800)
committerJohn Hodge <[email protected]>
Fri, 11 Nov 2011 09:00:03 +0000 (17:00 +0800)
commit340bda1dddf444ccf46fbc9e7a37bf6c3f0aeb6a
treedc14c6dd19ad7d742321c12d244e5d42d7655424
parentdcebc16c576aa98eb6a33047f4c4b2b69b30a1bc
Kernel - Split Mutexes/Semaphores out

- Working on being able to clean up arch data in threads
Kernel/Makefile
Kernel/arch/x86/proc.c
Kernel/include/hal_proc.h
Kernel/include/threads_int.h
Kernel/messages.c
Kernel/mutex.c [new file with mode: 0644]
Kernel/semaphore.c [new file with mode: 0644]
Kernel/threads.c

UCC git Repository :: git.ucc.asn.au