Kernel - Finally fixed that corruption bug (description follows)
authorJohn Hodge <[email protected]>
Sat, 28 May 2011 09:05:35 +0000 (17:05 +0800)
committerJohn Hodge <[email protected]>
Sat, 28 May 2011 09:05:35 +0000 (17:05 +0800)
- Also fixed some logging bugs (Heap dump and VFS)
- Fixed a bug in the AxWin2 shell include statement

Bug Description:
The last non-idle thread to be put to sleep didn't get the ->CurCPU field
reset to -1. This probably caused the scheduler to think that the process
was still in use, and hence it never got re-scheduled. The other VTs did
not suffer this problem because they were not the last to sleep.


No differences found

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