- Misc changes
authorJohn Hodge <[email protected]>
Tue, 18 Jan 2011 23:44:34 +0000 (07:44 +0800)
committerJohn Hodge <[email protected]>
Tue, 18 Jan 2011 23:44:34 +0000 (07:44 +0800)
commitc4088eaf5b79c6a19d46bee499a1c184bc2f129b
treedbf41b7b543fafa31790eb3d73f38be21760ed99
parent4726431cb7e0bada749b32f9e51dedadf882d50b
- Misc changes

- Tracing case where interrupts are disabled
 > In the x86 build, somewhere (in some cases) IF is cleared when it should
   not be, causing a system lock up.
- Sped up Heap_Allocate with __Bytes == 0 (returns an non-null invalid pointer)
Kernel/Makefile.BuildNum.x86_64
Kernel/arch/x86/include/arch.h
Kernel/arch/x86/irq.c
Kernel/arch/x86/lib.c
Kernel/arch/x86_64/include/arch.h
Kernel/heap.c

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