Unborking some threading code
authorJohn Hodge <[email protected]>
Mon, 23 Aug 2010 15:40:09 +0000 (23:40 +0800)
committerJohn Hodge <[email protected]>
Mon, 23 Aug 2010 15:40:09 +0000 (23:40 +0800)
commit15999a03acd4083fb2618c92bebbc557813c5084
treed22dc2a9f29c1a5005ca09a10f3c6bbe62df54ce
parent31e749cc6ec80bd29c114a35b428819b56585aa2
Unborking some threading code
- As a side effect, There are FAR less calls to Threads_Yield around,
  most have been replaced with Threads_Sleep and a wake on message.
- Also fixed a minor logging bug in PCI
14 files changed:
.gitignore
Kernel/arch/x86/include/arch.h
Kernel/arch/x86/mm_phys.c
Kernel/arch/x86/proc.asm
Kernel/arch/x86_64/include/arch.h
Kernel/arch/x86_64/include/mm_virt.h
Kernel/arch/x86_64/mm_phys.c
Kernel/arch/x86_64/proc.c
Kernel/arch/x86_64/vm8086.c
Kernel/drv/pci.c
Kernel/drv/vterm.c
Kernel/include/threads.h
Kernel/threads.c
Modules/Network/NE2000/ne2000.c

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