[ros-diffs] [ion] 20806: Temporaily disable kernel stack deletion so head is usable again

ion at svn.reactos.org ion at svn.reactos.org
Thu Jan 12 18:43:24 CET 2006


Temporaily disable kernel stack deletion so head is usable again
Modified: trunk/reactos/ntoskrnl/ps/kill.c
  _____  

Modified: trunk/reactos/ntoskrnl/ps/kill.c
--- trunk/reactos/ntoskrnl/ps/kill.c	2006-01-12 17:30:27 UTC (rev
20805)
+++ trunk/reactos/ntoskrnl/ps/kill.c	2006-01-12 17:43:07 UTC (rev
20806)
@@ -194,7 +194,7 @@

     if(Thread->Tcb.Win32Thread != NULL) ExFreePool
(Thread->Tcb.Win32Thread);
 
     /* Release the Kernel Stack */
-    MmDeleteKernelStack((PVOID)Thread->Tcb.StackLimit, FALSE);
+    //MmDeleteKernelStack((PVOID)Thread->Tcb.StackLimit, FALSE);
 
     /* Dereference the Process */
     ObDereferenceObject(Process);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20060112/10f18b11/attachment.html


More information about the Ros-diffs mailing list