X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Farch%2Fx86%2Fproc.c;h=999ac679ed6234dbde6710f007648819c0a84632;hb=8b72370eae1a3cfa8916136fd8ffc1460e9291ba;hp=460c920b14e546dacc27d56c641774298dd9a6c3;hpb=86f855a3e417d93976af42dde36f457e89524902;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/arch/x86/proc.c b/KernelLand/Kernel/arch/x86/proc.c index 460c920b..999ac679 100644 --- a/KernelLand/Kernel/arch/x86/proc.c +++ b/KernelLand/Kernel/arch/x86/proc.c @@ -481,7 +481,6 @@ tPID Proc_Clone(Uint Flags) tThread *cur = Proc_GetCurThread(); Uint eip; - Log_Warning("Proc", "Proc_Clone is deprecated"); // Sanity, please if( !(Flags & CLONE_VM) ) { Log_Error("Proc", "Proc_Clone: Don't leave CLONE_VM unset, use Proc_NewKThread instead");