X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Fx86%2Fmm_virt.c;h=af3d4bf0098a04eb61192f83ccba1ca69447d4b7;hb=4bd32b966938a9f52c22d63cac0b22d6932e585d;hp=e2442ae10be60667897bb74ab726bbe527539712;hpb=9e5fa402ca899be7d2b49980d6a45340c9bece55;p=tpg%2Facess2.git diff --git a/Kernel/arch/x86/mm_virt.c b/Kernel/arch/x86/mm_virt.c index e2442ae1..af3d4bf0 100644 --- a/Kernel/arch/x86/mm_virt.c +++ b/Kernel/arch/x86/mm_virt.c @@ -666,11 +666,11 @@ tVAddr MM_NewKStack(void) } } // Success - Log("MM_NewKStack - Allocated %p", base + KERNEL_STACK_SIZE); +// Log("MM_NewKStack - Allocated %p", base + KERNEL_STACK_SIZE); return base+KERNEL_STACK_SIZE; } // No stacks left - Warning("MM_NewKStack - No address space left"); + Log_Warning("MMVirt", "MM_NewKStack - No address space left"); return 0; }